MCQs > IT & Programming > MySQL > Which will return the values of the 'order' column in the 'slides' table in descending order?

MySQL MCQs

Which of these queries will return the values of the "order" column in the "slides" table in descending order?

Answer

Correct Answer: SELECT `order` FROM `slides` ORDER BY `order` 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