fissehab/T_SQL

Correct answer for question 6 should be option 3

Opened this issue · 0 comments

The correct option should be

ORDER BY ProductCategoryID ASC, ListPrice DESC

I've ran the code and option 3 fits the requirement more with the added sorting from ProductCategoryID ASC

\m/