Which aggregate function can be used to find the cardinality of a table ?
count()
Reason — The count() aggregate function is used to find the cardinality of a table, which refers to the number of rows in that table.