Q 47. What is the need for group functions in SQL?
Ans : In database management, group functions, also known as aggregate functions, is a function where the values of multiple rows are grouped together as input on certain criteria to form a single value of more significant meaning.
Various Group Functions
• Count()
• Sum()
• Avg()
• Min()
• Max()
No comments:
Post a Comment