COUNT

COUNT (*) returns the number of rows in the table specified in the FROM clause. COUNT preceding a column name returns the number of rows for which the value is not NULL and can be used with both numeric and non-numeric field-types.