Database MCQS - QUESTION DETAILS

What is the default sorting order of the ORDER BY clause in SQL?
A. Ascending
B. Descending
C. Random
D. Alphabetical

The default sorting order is ascending in SQL.

Similar Questions

What is the purpose of the SQL UNION operator?






What is the purpose of the Oracle NVL() function?






Which MySQL statement is used to grant all privileges to a user?






In MySQL, what is the purpose of the SHOW TABLES statement?






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






In MySQL, what is the purpose of the COUNT() function with DISTINCT?






In MySQL, what is the purpose of the LOAD DATA INFILE statement?






In Oracle, which data type is used to store fixed-length character strings?






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






In MySQL, what is the purpose of the BLOB data type?