01 · Learn
What you will learn
Choose an index for a real query and explain both its benefit and its cost to writes and storage.
- Match an index to the query
- Choose multicolumn order deliberately
- Measure benefit and cost
Production Operator · Module
Choose an index for a real query and explain both its benefit and its cost to writes and storage.
Start the first section01 · Learn
Choose an index for a real query and explain both its benefit and its cost to writes and storage.
02 · Use it
A useful index speeds important work; an unnecessary index consumes space and makes every write do more work.
03 · Practise
Read each short section, answer a quick understanding check, then use real SQL to solve a guided task in your own temporary database.
04 · Prove it
Pass the SQL lab and the module assessment. Your result is saved to your signed-in account, and a module certificate is created if you pass.
Before you start