Given this table (orders):
What does this query return?
SELECT id FROM orders WHERE status IN ('shipped', 'delivered');
← → arrow keys to navigate
Sign in to save your progress.