
What is the primary purpose of a database index?
Which type of index physically reorders the table data?
B-Tree indexes are best suited for:
Which index type is fastest for exact-match (equality) lookups?
What is a covering index?
Which is a downside of having too many indexes on a table?
What is the role of a query optimizer?
Which command shows the execution plan of a query?
A composite index on (A, B, C) is useful for queries filtering on:
Which is NOT typically a reason to use a database view?
What is the primary purpose of a database index?
Which type of index physically reorders the table data?
B-Tree indexes are best suited for:
Which index type is fastest for exact-match (equality) lookups?
What is a covering index?
Which is a downside of having too many indexes on a table?
What is the role of a query optimizer?
Which command shows the execution plan of a query?
A composite index on (A, B, C) is useful for queries filtering on:
Which is NOT typically a reason to use a database view?