In SQL, the _______ keyword is used to sort the result set in either ascending or descending order.
- GROUP BY
- HAVING
- JOIN
- ORDER BY
The ORDER BY keyword in SQL is used to sort the result set of a query in either ascending (ASC) or descending (DESC) order based on one or more columns.
Loading...
Related Quiz
- In the context of time series analysis, what does the acronym ARIMA stand for?
- To group data by a specific column and perform aggregate functions in Pandas, use the _______ method.
- How does the concept of 'lateral thinking' differ from traditional problem-solving approaches?
- A data warehouse that is designed to focus on a specific business area or department is called a _______.
- Which Big Data technology is specifically designed for processing large volumes of structured and semi-structured data?