Archived
Given the following 'orders' table:
| order_id | customer_id | order_date |
|----------|-------------|------------|
| 1 | 1001 | 2022-01-10 |
| 2 | 1002 | 2022-01-11 |
| 3 | 1001 | 2022-01-12 |
Which SQL query/queries count(s) the number of orders placed by customer 1001?
0
Community Evaluations
Similar QuestionsMore questions about SQL