Solved

Adding a ORDER BY UNIT_PRICE Clause to a SQL Query

Question 20

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions