Informatics Practices

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

SQL Queries

2 Likes

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.

Answered By

3 Likes


Related Questions