MCQs > IT & Programming > MySQL > With SQL, how can you return all the records from a table named 'Persons' sorted descending by 'FirstName'?

MySQL MCQs

With SQL, how can you return all the records from a table named "Persons" sorted descending by "FirstName"?

Answer

Correct Answer: SELECT * FROM Persons ORDER BY FirstName 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