SQL - Tuple Comparison
order_id | customer_id | order_date | order_status |
---|---|---|---|
2 | 101 | 2024-02-01 | shipped |
3 | 102 | 2024-02-01 | shipped |
6 | 103 | 2024-02-15 | shipped |
INSERT 0 7
order_id | customer_id | order_date | order_status |
---|---|---|---|
2 | 101 | 2024-02-01 | shipped |
3 | 102 | 2024-02-01 | shipped |
6 | 103 | 2024-02-15 | shipped |