CBSE Class 12 Informatics Practices Question 19 of 81

MySQL Functions — Question 1

Back to all questions
1
Question

Question 1

A function working with every row of a table, is a ............... function.

  1. Aggregate
  2. Single value
  3. Single row
  4. Summary
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.