When we use DISTINCT keyword in a SELECT query it will sort the output by the column-name we specified in the DISTINCT clause.
Reveal answer
Fill a bubble to check yourself
When we use DISTINCT keyword in a SELECT query it will sort the output by the column-name we specified in the DISTINCT clause.