12th Class Computers Science Sample Paper SQL - Sample Paper-2

  • question_answer
    Write a query to find the average salary of all employee from Salary field of "Employee" table

    A) SELECT AVERAGE(SALARY) FROM EMP;

    B) SELECT AVG(SALARY) FROM EMP;

    C) SELECT SALARY(AVG) FROM EMPLOYEE;

    D) None of the above.

    Correct Answer: D

    Solution :

    [d] None of the above.


You need to login to perform this action.
You will be redirected in 3 sec spinner