Examveda
Examveda

Which Clause is used to sort the stored data in alphabetical order?

A. ORDER by CLAUSE

B. MODIFY

C. ALTER

D. UPDATE

Answer: Option A

Solution(By Examveda Team)

To sort the stored data in alphabetical order in MySQL, you use the ORDER BY clause. This clause is used in SELECT queries to sort the result set based on specified columns, either in ascending (default) or descending order. Therefore, Option A is the correct answer.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous