Computer Science, asked by adarshaudi2676, 11 months ago

Explain any four aggregate functions in SQL with syntax.

Answers

Answered by rishirajsharma197
3
  1. AVG – calculates the average of a set of values.
  2. COUNT – counts rows in a specified table or view.
  3. MIN – gets the minimum value in a set of values.
  4. MAX – gets the maximum value in a set of values.
  5. SUM – calculates the sum of values.

jessi84: hii
rishirajsharma197: hi
rishirajsharma197: jessi
rishirajsharma197: what's ur real name
jessi84: karina
rishirajsharma197: will u
rishirajsharma197: be my friend
jessi84: yes of course
Answered by laxmipriyaojha2002
0

An aggregate function is used to provide summarization information for an SQL statement, such as counts, totals, and averages. SQL Aggregate Functions: SQL Aggregate Functions operate on complete sets of data and return a single result. PointBase supports five Aggregate Functions: AVG, COUNT, MAX, MIN, and SUM.

Similar questions