Home »
MCQs »
SQL MCQs »
SQL Statements and Clauses MCQs
What is the functionality of SQL COUNT?
9. What is the functionality of SQL COUNT?
- It returns the no of record of table
- It returns the no of record of database
- It returns the no of record of row
- It returns the no of record of column
Answer: A) It returns the no of record of table
Explanation:
SQL COUNT returns the no of record of table.