• *: Refers to the entire row, (as in select * ...).

  • count(*): An aggregate function. Applies to all qualifying rows, not a single row.