To count the number of rows in a SQL table, you would use the _______ function.

  • AVG
  • COUNT
  • MAX
  • SUM
The COUNT function in SQL is used to count the number of rows in a table. It is commonly used in conjunction with the SELECT statement to retrieve the count of rows that meet certain criteria.
Add your answer
Loading...

Leave a comment

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