Advertisements
Advertisements
प्रश्न
Consider the following SQL.
SELECT ______ FROM Employee WHERE Dept= 'Printing';
Which of the following should be used to find the mean of the salary?
पर्याय
Mean(Salary)
Avg(Salary)
Sum(Salary)
Count(Salary)
MCQ
रिकाम्या जागा भरा
उत्तर
Avg(Salary)
Explanation:
The AVG() function returns the average value of a numeric column. AVG() Syntax. SELECT AVG(column_name) FROM table_name. WHERE condition;.
shaalaa.com
SQL for Data Query
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?