The SQL ORDER BY clause is used to sort the result set in ____________ order.
- Alphabetical
- Ascending
- Descending
- Random
The ORDER BY clause allows sorting the result set either in ascending (default) or descending order based on the specified column.
Loading...
Related Quiz
- Which type of data migration testing ensures that data is consistent and accurate after migration?
- Data consistency testing often involves checking for violations of ____________ constraints.
- Which SQL statement allows you to roll back a transaction in the event of an error?
- Scenario: You are conducting scalability testing on a cloud-based database system. During the test, the system exhibits unexpected behavior when the number of concurrent users exceeds a certain limit. What actions should you recommend to improve scalability?
- In a SQL JOIN operation, which keyword is commonly used to specify the type of join (e.g., INNER JOIN, LEFT JOIN)?