Drag the SQL Data Manipulation Language (DML) statements to the correct description.

Explanation: Place the options in the following order:
| ORDER BY | used to structure the resulting query in ascending (ASC) order by default |
| WHERE | is a conditional statement used to filter your returned results |
| FROM | returns the selection from the table name specified |
| SELECT | returns the fields specified |
Related exam: Data Analytics Essentials Course Final Exam
