Oris
Today
Universe
Explore
Studio
Authors
Account
Lesson 1 of 8
Given an index on (customer_id, created_at), which query can NOT use it efficiently?
WHERE created_at > '2026-01-01'
WHERE customer_id = 5
WHERE customer_id = 5 AND created_at > '2026-01-01'
WHERE customer_id = 5 ORDER BY created_at
Check
Today
Universe
Explore
Profile