What are the Common SQL Functions Used for Data Aggregation?



What are the Common SQL Functions Used for Data Aggregation?..

Answer / hr@tgksolutions.com

SUM(): Determines a numeric column's total sum.
AVG(): Determines a numeric column's average value.
COUNT(): Determines how many rows satisfy a certain criterion.
MIN(): Determines a column's lowest value.
MAX(): Determines a column's maximum value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Management Interview Questions

What are the five important software components of a database management system?

0 Answers  


How data are stored in database?

0 Answers  


What is Two-Phase Commit ?

3 Answers  


What is view dbms?

0 Answers  


Explain about the case statement present in stored procedure?

0 Answers  


Is it possible to declare or create a cursor for update of table? If no tell me why?

0 Answers  


what is the difference between securityand protection in dbms?

2 Answers  


What built in subprogram is used to manipulate images in image items ?

1 Answers  


What is dbms_output put_line?

0 Answers  


What are the 3 types of relationships in a database?

0 Answers  


how to generate an auto incremental number in a ssis package?

0 Answers  


What is query in rdbms?

0 Answers  


Categories