Which statement is true of the COUNT () aggregate function in SQL? -COUNT can be used only with numeric fields. -COUNT can be used with text and numeric fields -COUNT will return the total sum of a numeric field. -COUNT will include null values.