Top

Discussion

Which of the following is not true about indexes?

  • A.Indexes are created to enforce uniqueness on columns.
  • B.Indexes are created to enable fast retrieval by column values.
  • C.Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes.
  • D.Indexes are created with the ALTER TABLE command.

Answer: D

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment