Filter Orders by Status

Easy
where Amazon Google Meta

Write a query to select all orders with a status of 'shipped' from the orders table. Return all columns, ordered by order_id.

Expected Output: Only rows where status is 'shipped'.

Tables

Hints (2 available)

SQL Editor

Output

Click "Run" to see results...