Quote:
|
- alter a table to add a column,
|
Yes, if you are using it in a predicate.
drop - not necessary
create/change - yes, to get the PK index stats .. If you are creating a PK index before defining the constraint, you can collect statistics when creating the index
CREATE INDEX ..... COLLECT DETAILED STATISTICS