Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q13: A distributed database can use which of
Q14: What SQL command will allow you to
Q15: A transaction manager is which of the
Q16: The SQL keyword(s) _ is used with
Q17: Some of the columns of a relation
Q19: If a relationship has a cascade updates
Q20: Replication should be used when which of
Q21: Changing cardinalities in a database is:<br>A)a common
Q22: Location transparency allows for which of the
Q23: A distributed database is which of the