CBSE Class 12 Informatics Practices Question 77 of 79

Database Query using SQL — Question 8

Back to all questions
8
Question

Question 8

SUM() function is used to count the total number of records in a table.

Answer

False

Reason — The COUNT() function is used to count the total number of records in a table, while the SUM() function is used to find the total value of a specific column.