Which aggregate function counts the number of rows in a table?
COUNT()
with
*
AVG()
with
*
SUM()
with the table name
COUNT()
with
*
.