Informatics Practices
DISTINCT option causes a group function to consider only the unique values of the argument expression.
Related Questions
The ORDER BY clause combines all those records that have identical values in a particular field or a group of fields.
The WHERE clause is used to specify filtering conditions for groups.
By default, ORDER BY clause sorts the result set in descending order.
COUNT() function ignores null values while counting the records.