COUNT() is an aggregate function that returns the total number of rows in a table. The asterisk () indicates count all rows regardless of NULL values. Options B, C, and D use incorrect syntax (COLUMNS is not a valid SQL keyword, and COUNT() requires the * parameter).