By default, ORDER BY clause sorts the result set in descending order.
2 Likes
False
Reason — By default, ORDER BY clause sorts the result set in ascending order.
ORDER BY
Answered By
1 Like
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.