Which statements are correct regarding indexes?

Which statements are correct regarding indexes? (Choose all that apply.)

Which statements are correct regarding indexes? (Choose all that apply.)

A.
When a table is dropped, the corresponding indexes are automatically dropped

B.
A FOREIGN KEY constraint on a column in a table automatically creates a non unique
key

C.
For each data manipulation language (DML) operation performed, the corresponding

indexes are automatically updated.

D.
A nondeferrable PRIMARY KEY or UNIQUE KEY constraint in a table automatically
creates a unique index.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


xyxy

xyxy

sorry, A, C, D are correct

SQLExpert

SQLExpert

Answer is A,C,D Only!