Practice
Introduction - Query setting
SQL BeginnerTask
Just practice
Query the table
bolt_orders with standard SQL.
Dataset:
bolt_orders 65584 rows| task_id | NUMBER |
| order_id | NUMBER |
| customer_id | NUMBER |
| restaurant_id | NUMBER |
| city | TEXT |
| restaurant_address_lng | NUMBER |
| restaurant_address_lat | NUMBER |
| delivery_address_lng | NUMBER |
| delivery_address_lat | NUMBER |
| order_state | TEXT |
| order_promised_delivery | TEXT |
| restaurant_finished_preparation | TEXT |
Provisioning your SQL sandbox…
Starting up
Previews show up to 200 rows — the Download CSV button above always gives you the complete result.