Beginner SQL
Q15 / 100

Which aggregate function returns the total number of rows matching a query?

Correct! Well done.

Incorrect.

The correct answer is C) COUNT()

C

Correct Answer

COUNT()

Explanation

COUNT() returns the number of rows that match a specified condition, or COUNT(*) counts all rows.

Progress
15/100