Examveda

Indexes can usually be created for both primary and secondary keys.

A. True

B. False

Answer: Option A

Solution (By Examveda Team)

Option A: True - Indexes can indeed be created for both primary keys and secondary keys in SQL. Indexes improve the speed of data retrieval operations on a database table by providing quick access to rows based on the indexed columns.

Conclusion:
The statement "Indexes can usually be created for both primary and secondary keys" is Option A: True. Therefore, the correct answer is True.

This Question Belongs to Database >> Introduction To SQL

Join The Discussion

Related Questions on Introduction to SQL

The SQL WHERE clause:

A. limits the column data that are returned.

B. limits the row data are returned.

C. Both A and B are correct.

D. Neither A nor B are correct.