Drag the SQL Data Manipulation Language (DML) statements to the correct description.
- 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
Explanation & Hint:
Place the options in the following order:
|