CBSE Class 12 Informatics Practices
Question 1 of 79
Database Query using SQL — Question 1
Back to all questions 1
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.