Give the output of the query: SELECT MONTH("2010-03-05");
count(marks)
count()
avg(marks)
sum(marks)
Given the following table:
State the output of the following query:
SELECT COUNT(SALARY) FROM EMPLOYEE;