Search
Find id and name of students in the alphabetical order of names.
If you Note the result, when we use a string field (in this case, name) in ORDER BY clause, it results in sorting in the alphabetical order by default.
name
ORDER BY