The ORDER BY clause in SQL is used to ________ the result set of a SELECT statement.
- Filter
- Group
- Join
- Sort
The ORDER BY clause in SQL is used to sort the result set of a SELECT statement based on one or more columns. It allows you to arrange the data in ascending or descending order as per your requirement.
Loading...
Related Quiz
- DB2 manages encryption keys for encrypted data through ________.
- The output of a user-defined function in DB2 can be used as a ________ in SQL statements.
- The isolation levels in DB2, such as Read Uncommitted and Serializable, affect the ________ of transactions.
- The VARIANCE() function in DB2 returns the ________ of the values in a column.
- In addition to IBM Data Studio, developers and administrators may use ________ IDEs for DB2 development tasks.