CBSE Class 12 Informatics Practices
Question 72 of 79
Database Query using SQL — Question 3
Back to all questionsTrue
Reason — The DISTINCT keyword, when used with group functions (such as COUNT, SUM, AVG), ensures that only unique values of the specified column or expression are considered in the calculation, thereby eliminating duplicates from the result set.