Home »
MCQs »
SQL MCQs »
SQL Functions MCQs
Which of the following statement is TRUE about DISTINCT Clause?
20. Which of the following statement is TRUE about DISTINCT Clause?
- Returns only Distinct values.
- Only on the single column, it operates.
- It can be used with the aggregates such as COUNT, AVG, etc.
- All of the above
Answer: D) All of the above
Explanation:
- DISTINCT can return only distinct values.
- DISTINCT operates only on the single column
- DISTINCT can be used with the aggregates such as COUNT, AVG, etc.