By default, ORDER BY clause sorts the result set in descending order.
1 Like
False
Reason — By default, ORDER BY clause sorts the result set in ascending order.
ORDER BY
Answered By
The WHERE clause is used to specify filtering conditions for groups.
DISTINCT option causes a group function to consider only the unique values of the argument expression.
COUNT() function ignores null values while counting the records.
The return value of MAX() function is a numeric value.