Computer Science, asked by abhinvanuj107, 1 year ago

We apply the aggregate function to a group of set of tuple using the___clause
1group by, group, group set, group attribute,

Answers

Answered by smartbrainz
2

We apply the aggregate function to a group of set of tuple using the Group By Clause.

Explanation:

A tuple is a type of "data structure" which has an arrangement of elements of various data types. It can be used where you want to have a data structure to hold an object with properties.

The aggregate function "Group by clause" is useful to group sets of tuples. The group by clause should always be used when we apply the aggregate function to a group of sets of tuples.

Similar questions