CBSE Class 12 Informatics Practices Question 79 of 79

Database Query using SQL — Question 10

Back to all questions
10
Question

Question 10

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.