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 Evaluations
developer avatar
Manuvai
09/08/2023
Il est possible de faire un COUNT sur n'importe quelle colonne de la table Ă  mesure oĂč aucune clause GROUP BY n'a Ă©tĂ© spĂ©cifiĂ©e. Peut-ĂȘtre permettre un choix multiple pour cette question avec une explication en correction, ce serait gĂ©nial