SQL Practice Logo

SQLPractice Online

Level 5 - SeniorFill-in-the-Blank Questions

Fillblank: Composite Index DDL

Interviewer prompt: Complete the index for query WHERE customer_id = ? ORDER BY created_at DESC. CREATE INDEX idx_orders_customer_created ON orders(_____ , _____ DESC);