In SQL, the ________ function is used to return the number of rows that match a specified criterion.

  • AVG
  • COUNT
  • MAX
  • SUM
The COUNT function in SQL is used to return the number of rows that match a specified criterion. It is often used in combination with other SQL clauses to perform aggregate functions on data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *