Question from the SQL - Fundamentals test

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 counts the number of orders placed by customer 1001?

Author: Vincent CotroStatus: Archived(New question!)Question passed 461 times
-1
Community EvaluationsNo one has reviewed this question yet, be the first!