CBSE Class 12 Computer Science Question 36 of 91

Grouping Records, Joins in SQL — Question 14

Back to all questions
14
Question

Question 14

The functions which work with individual rows' data are called ............... function.

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

Single row

Reason — Single-row functions in SQL work with one row at a time and return a result for every row of a queried table.