Why are B-tree nodes wide rather than binary?
A users table has an index on email and no other index. Which lookup does the index speed up?
Which cost does every index add?
A table with five indexes inserts slowly. What is the likely cause?
The email index stores values in order. Which extra query can use it?
A B-tree index helps only exact matches, never ranges.
Circle one: True False
An index on city helps a query that filters rows by city and sorts by city.
Circle one: True False
Jo wants an index on every column to make all queries fast. What is wrong with the plan?