Informatics Practices
Fill in the blanks:
To sort the result set in descending order, _________ keyword is used with ORDER BY.
SQL Queries
2 Likes
Answer
DESC
Answered By
2 Likes
Related Questions
Fill in the blanks:
To specify filtering condition for groups, the _________ clause is used in MySQL.
Fill in the blanks:
By default, the ORDER BY clause sorts the result-set in the _________ order.
Fill in the blanks:
Two types of MySQL functions are single row functions and _________ functions.
Fill in the blanks:
The _________ function returns the total number of rows, including duplicates and NULL in a table.