| 4. |
To query a sales table and retrieve the total sales value for each district, excluding detail line items, which SQL clause would you use?
Please select the best answer.
|
| |
A.
|
A subquery to limit the results by district |
| |
B.
|
A GROUP BY clause to summarize the results |
| |
C.
|
A SELECT statement with the DISTINCT keyword to filter detail lines |
| |
D.
|
An ORDER BY clause to group and summarize results |