...
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

SQL

Question 152
Aggregate functions in SQL are :
A
GREATEST, LEAST and ABS
B
SUM, COUNT and AVG
C
UPPER, LOWER and LENGTH
D
SQRT, POWER and MOD
Question 152 Explanation: 
Aggregate functions in SQL are SUM,COUNT,AVG,MIN and MAX.
The COUNT() function returns the number of rows that matches a specified criteria.
The AVG() function returns the average value of a numeric column.
The SUM() function returns the total sum of a numeric column.
Correct Answer: B
Question 152 Explanation: 
Aggregate functions in SQL are SUM,COUNT,AVG,MIN and MAX.
The COUNT() function returns the number of rows that matches a specified criteria.
The AVG() function returns the average value of a numeric column.
The SUM() function returns the total sum of a numeric column.

Leave a Reply

Your email address will not be published. Required fields are marked *