SQL Practice Logo

SQLPractice Online

Level 7 - ArchitectFill-in-the-Blank Questionsm2 query shape optimization

Fillblank: Keyset Pagination Predicate

Complete missing tokens for keyset pagination: SELECT order_id, created_at FROM orders WHERE status = 'PAID' AND (created_at, order_id) ____ (TIMESTAMP '2025-01-10 10:00:00', 800001) ORDER BY created_at DESC, order_id DESC LIMIT ____;