The
aggregation operation adds up all the values of the attribute
avg
add
max
Answers
Answered by
2
Answer:
avg()
Explanation:
avg() operator return the average of tuples within the attribute.
It is used as in the following command:
select avg(marks) from table_name;
where table_name is the name of the table and marks is an attribute.
Similar questions
English,
1 month ago
Computer Science,
1 month ago
Hindi,
3 months ago
Math,
3 months ago
English,
9 months ago