CBSE Class 12 Computer Science
Question 8 of 91
Relational Database and SQL — Question 8
Back to all questions 8
Question A is false but R is true.
Explanation
The COUNT() function in SQL does not ignore distinct values, it counts all occurrences, including distinct values. On the other hand, the DISTINCT keyword in SQL eliminates duplicate values, ensuring that only distinct values are considered.