Database-Management-System

Question 875
Which of the following is aggregate function in SQL?
A
Avg
B
Select
C
Ordered by
D
distinct
Question 875 Explanation: 
Avg is one of the aggregate functions. It returns average value after calculating from values in a numeric column.
Syntax:
SELECT AVG(column_name) FROM table_name;
Correct Answer: A
Question 875 Explanation: 
Avg is one of the aggregate functions. It returns average value after calculating from values in a numeric column.
Syntax:
SELECT AVG(column_name) FROM table_name;
0 0 votes
Article Rating
Subscribe
Notify of


0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: <b>Alert: </b>Content selection is disabled!!
Database-Management-System
August 9, 2024
Number-Systems
August 9, 2024
Database-Management-System
August 9, 2024
Number-Systems
August 9, 2024