0 votes
in Sql by
Which of the following is not a valid aggregate function?

a) COUNT

b) COMPUTE

c) SUM

d) MAX

1 Answer

0 votes
by

Aggregate function is used to perform calculations on multiple values and return the output in a single value. It is mostly used with the SELECT statement. COUNT, SUM, and MAX are all aggregate functions. COMPUTE is not a valid aggregate function

Related questions

0 votes
asked Nov 26, 2020 in Sql by SakshiSharma
0 votes
asked Jun 27, 2021 in HDFS by Robindeniel
...