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

  • (A) ORDER by CLAUSE
  • (B) MODIFY
  • (C) ALTER
  • (D) UPDATE
πŸ’¬ Discuss
βœ… Correct Answer: (A) ORDER by CLAUSE
Explanation: 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.
Explanation by: Ranjeet
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
121
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ranjeet
Publisher
πŸ“ˆ
96%
Success Rate