MCQs > IT & Programming > MySQL > ascending order of the ProductGroup column. Secondary sorting should be in descending order of the CurrentStock colum

MySQL MCQs

Choose the appropriate query for the Products table where data should be displayed primarily in
ascending order of the ProductGroup column. Secondary sorting should be in descending order of the
CurrentStock column.

Answer

Correct Answer: Select * from Products order by ProductGroup,CurrentStock DESC

Explanation:

Note: This Question is unanswered, help us to find answer for this one

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it