Database-Management-System
August 29, 2024Database-Management-System
August 29, 2024Database-Management-System
|
Question 684
|
In SQL, __________ is an Aggregate function.
|
SELECT
|
|
|
CREATE
|
|
|
AVG
|
|
|
MODIFY
|
Question 684 Explanation:
Aggregate function is AVG. The AVG() function returns the average value of a numeric column.
Correct Answer: C
Question 684 Explanation:
Aggregate function is AVG. The AVG() function returns the average value of a numeric column.
