MCQ Single Best Answer Easy

QWhich DML statement is used to sort data in ascending or descending order in MySQL?

ID: #15472 Data manipulation language - MySQL 104 views
Question Info
#15472Q ID
EasyDifficulty
Data manipulation language - MySQLTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A SORT BY
  • B ORDER BY
  • C ARRANGE BY
  • D GROUP BY
Correct Answer: Option B

Explanation

The ORDER BY statement in MySQL is used to sort data in ascending or descending order based on one or more columns. It allows you to specify the sorting order for each column.

Share This Question

Challenge a friend or share with your study group.