CBSE · 083Class XII · 2024Section A1 mark
Question 05
2 April 2024 · Computer Science (083)
In SQL, the aggregate function which will display the cardinality of the table is ______ .
Answer
(b) count(*)
Explanation
Cardinality refers to the number of rows in a table, which is returned by count(*).