CBSE Class 12 Computer Science Question 37 of 91

Grouping Records, Joins in SQL — Question 15

Back to all questions
15
Question

Question 15

Function count() is a/an ............... function.

  1. Single row
  2. Multiple rows
  3. Aggregate
  4. None of these
Answer

Aggregate

Reason — The COUNT() function is an aggregate function in SQL.