SQL Practice Ground
Practice your SQL skills with different difficulty levels
Select Difficulty:
Question
Loading questions...
Database Info
Database Schema
Table structures and relationships
customers(1/4)
customers
Column | Type |
---|---|
id | INTEGER |
first_name | VARCHAR(50) |
last_name | VARCHAR(50) |
VARCHAR(100) | |
registration_date | DATE |
Relationships:
- • orders.customer_id → customers.id
- • order_items.order_id → orders.id
- • order_items.product_id → products.id
SQL Editor
1
Results
Run a query to see results