adspace
How many aggregate functions are available there in sql?
Answer Posted / Madhu
"SQL provides several aggregate functions to perform calculations on a set of data. Some common ones include COUNT, SUM, AVG (average), MIN (minimum), and MAX (maximum). These functions can be used in SELECT statements to calculate the total number of rows, sum of values, average value, minimum value, or maximum value of a column."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is inner join faster than left join?
how many tables will create when we create table, what are they? : Sql dba
How do I remove duplicates in two columns?
Can delete statement be rollbacked?
Can we rollback truncate?
Does group by remove duplicates?
What is the best sql course?
Is primary key always clustered index?
What is the current version of sql?
What is the current version of postgresql?
what are all the common sql function? : Sql dba
Can we use distinct and group by together?
how to use regular expression in pattern match conditions? : Sql dba
what is bcp? When does it used? : Sql dba
what is schema? : Sql dba