CBSE Class 12 Informatics Practices
Question 72 of 79
MySQL SQL Revision Tour — Question 15
Back to all questionsORDER BY
Reason — The suitable SQL clause that Ravisha should use to display the names of students in alphabetical order is ORDER BY. The ORDER BY clause in SQL is used to sort the result set of a query, and by default, it sorts the results in ascending order.