Multiple Choice
Adding a ORDER BY UNIT_PRICE clause to a SQL query will _____.
A) display the results in ascending order by UNIT_PRICE
B) set UNIT_PRICE as the primary key for the table being queried
C) display the results in descending order by UNIT_PRICE
D) display UNIT_PRICE as the first column in the results
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: When a SQL query is written so
Q16: Preceding a condition with which SQL operator
Q17: The basic form of the SQL SELECT
Q18: Compare the WHERE and HAVING clauses.
Q19: Which operator is inclusive, meaning that a
Q21: Which clause is used to restrict the
Q22: Which of the following operators can be
Q23: Which operator uses one or more wildcard
Q24: Which function determines the number of rows
Q25: In MySQL, you can use an asterisk