CBSE Class 12 Computer Science Question 91 of 91

Relational Database and SQL — Question 11

Back to all questions
11
Question

Question 11

Group functions can be applied to any numeric values, some text types and DATE values.

Answer

True

Reason — Group functions, also known as aggregate functions in SQL, can be applied to numeric values, some text types, and DATE values. These functions perform calculations across multiple rows and return a single result.