Database MCQS - QUESTION DETAILS

What is the purpose of the SQL ORDER BY clause?
A. Filter rows
B. Group rows
C. Sort the result set
D. Combine tables

The ORDER BY clause is used to sort the result set.

Similar Questions

What is the maximum length of the VARCHAR data type in MySQL?






What does SQL stand for?






Which SQL statement is used to add a new column to an existing table?






In SQL Server, what is the purpose of the CROSS JOIN clause?






Which SQL Server statement is used to create a unique constraint on a column?






What is the purpose of the SQL AVG() function?






Which MySQL statement is used to update values in a table based on a condition?






In Oracle, what is the purpose of the TO_DATE() function?






Which Oracle clause is used to add an index to an existing table?






What is the purpose of the SQL UNION operator?