Informatics Practices
The ORDER BY clause combines all those records that have identical values in a particular field or a group of fields.
SQL Queries
2 Likes
Answer
False
Reason — The SQL ORDER BY clause is used to sort data in ascending or descending order based on one or more columns. To group records with identical values, the GROUP BY clause is used.
Answered By
3 Likes
Related Questions
Fill in the blanks:
In MySQL, _________ option causes a group function to consider only unique values of the argument expression.
Fill in the blanks:
The _________ function returns the lowest value from the given column or expression.
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.