Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Questions  >  The employee information in a company is stor... Start Learning for Free
The employee information in a company is stored in the relation. Assume name is the primary key:
Employee: (name, sex, salary, deptName)
Consider the SQL query;
SELECT deptName
FROM Employee
WHERE sex = M
GROUP By deptName
HAVING avg(salary) > (SELECT avg(salary)
FROM Employee)
It returns the names of the departments in which the average salary. 
  • a)
    Is more than the average salary in the company.
  • b)
    Of the male employees is more than the average salary of all the male employees in the company.
  • c)
    Of the male employees is more than the average salary of the employees in the same department.
  • d)
    Of the male employees is more than the average salary in the company.
Correct answer is option 'D'. Can you explain this answer?
Verified Answer
The employee information in a company is stored in the relation. Assum...
The given query first calculates the average salary from the relation Employee, then it selects the department name where employees who have average salary more than the average salary of the company.
View all questions of this test
Most Upvoted Answer
The employee information in a company is stored in the relation. Assum...
The HAVING clause requires a condition to be specified to filter the results of the query based on the aggregate function (`avg(salary)` in this case). Please provide the complete SQL statement to assist you better.
Explore Courses for Computer Science Engineering (CSE) exam

Similar Computer Science Engineering (CSE) Doubts

Top Courses for Computer Science Engineering (CSE)

The employee information in a company is stored in the relation. Assume name is the primary key:Employee: (name, sex, salary, deptName)Consider the SQL query;SELECT deptNameFROM EmployeeWHERE sex = MGROUP By deptNameHAVING avg(salary) > (SELECT avg(salary)FROM Employee)It returns the names of the departments in which the average salary.a)Is more than the average salary in the company.b)Of the male employees is more than the average salary of all the male employees in the company.c)Of the male employees is more than the average salary of the employees in the same department.d)Of the male employees is more than the average salary in the company.Correct answer is option 'D'. Can you explain this answer?
Question Description
The employee information in a company is stored in the relation. Assume name is the primary key:Employee: (name, sex, salary, deptName)Consider the SQL query;SELECT deptNameFROM EmployeeWHERE sex = MGROUP By deptNameHAVING avg(salary) > (SELECT avg(salary)FROM Employee)It returns the names of the departments in which the average salary.a)Is more than the average salary in the company.b)Of the male employees is more than the average salary of all the male employees in the company.c)Of the male employees is more than the average salary of the employees in the same department.d)Of the male employees is more than the average salary in the company.Correct answer is option 'D'. Can you explain this answer? for Computer Science Engineering (CSE) 2024 is part of Computer Science Engineering (CSE) preparation. The Question and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus. Information about The employee information in a company is stored in the relation. Assume name is the primary key:Employee: (name, sex, salary, deptName)Consider the SQL query;SELECT deptNameFROM EmployeeWHERE sex = MGROUP By deptNameHAVING avg(salary) > (SELECT avg(salary)FROM Employee)It returns the names of the departments in which the average salary.a)Is more than the average salary in the company.b)Of the male employees is more than the average salary of all the male employees in the company.c)Of the male employees is more than the average salary of the employees in the same department.d)Of the male employees is more than the average salary in the company.Correct answer is option 'D'. Can you explain this answer? covers all topics & solutions for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for The employee information in a company is stored in the relation. Assume name is the primary key:Employee: (name, sex, salary, deptName)Consider the SQL query;SELECT deptNameFROM EmployeeWHERE sex = MGROUP By deptNameHAVING avg(salary) > (SELECT avg(salary)FROM Employee)It returns the names of the departments in which the average salary.a)Is more than the average salary in the company.b)Of the male employees is more than the average salary of all the male employees in the company.c)Of the male employees is more than the average salary of the employees in the same department.d)Of the male employees is more than the average salary in the company.Correct answer is option 'D'. Can you explain this answer?.
Solutions for The employee information in a company is stored in the relation. Assume name is the primary key:Employee: (name, sex, salary, deptName)Consider the SQL query;SELECT deptNameFROM EmployeeWHERE sex = MGROUP By deptNameHAVING avg(salary) > (SELECT avg(salary)FROM Employee)It returns the names of the departments in which the average salary.a)Is more than the average salary in the company.b)Of the male employees is more than the average salary of all the male employees in the company.c)Of the male employees is more than the average salary of the employees in the same department.d)Of the male employees is more than the average salary in the company.Correct answer is option 'D'. Can you explain this answer? in English & in Hindi are available as part of our courses for Computer Science Engineering (CSE). Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free.
Here you can find the meaning of The employee information in a company is stored in the relation. Assume name is the primary key:Employee: (name, sex, salary, deptName)Consider the SQL query;SELECT deptNameFROM EmployeeWHERE sex = MGROUP By deptNameHAVING avg(salary) > (SELECT avg(salary)FROM Employee)It returns the names of the departments in which the average salary.a)Is more than the average salary in the company.b)Of the male employees is more than the average salary of all the male employees in the company.c)Of the male employees is more than the average salary of the employees in the same department.d)Of the male employees is more than the average salary in the company.Correct answer is option 'D'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of The employee information in a company is stored in the relation. Assume name is the primary key:Employee: (name, sex, salary, deptName)Consider the SQL query;SELECT deptNameFROM EmployeeWHERE sex = MGROUP By deptNameHAVING avg(salary) > (SELECT avg(salary)FROM Employee)It returns the names of the departments in which the average salary.a)Is more than the average salary in the company.b)Of the male employees is more than the average salary of all the male employees in the company.c)Of the male employees is more than the average salary of the employees in the same department.d)Of the male employees is more than the average salary in the company.Correct answer is option 'D'. Can you explain this answer?, a detailed solution for The employee information in a company is stored in the relation. Assume name is the primary key:Employee: (name, sex, salary, deptName)Consider the SQL query;SELECT deptNameFROM EmployeeWHERE sex = MGROUP By deptNameHAVING avg(salary) > (SELECT avg(salary)FROM Employee)It returns the names of the departments in which the average salary.a)Is more than the average salary in the company.b)Of the male employees is more than the average salary of all the male employees in the company.c)Of the male employees is more than the average salary of the employees in the same department.d)Of the male employees is more than the average salary in the company.Correct answer is option 'D'. Can you explain this answer? has been provided alongside types of The employee information in a company is stored in the relation. Assume name is the primary key:Employee: (name, sex, salary, deptName)Consider the SQL query;SELECT deptNameFROM EmployeeWHERE sex = MGROUP By deptNameHAVING avg(salary) > (SELECT avg(salary)FROM Employee)It returns the names of the departments in which the average salary.a)Is more than the average salary in the company.b)Of the male employees is more than the average salary of all the male employees in the company.c)Of the male employees is more than the average salary of the employees in the same department.d)Of the male employees is more than the average salary in the company.Correct answer is option 'D'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice The employee information in a company is stored in the relation. Assume name is the primary key:Employee: (name, sex, salary, deptName)Consider the SQL query;SELECT deptNameFROM EmployeeWHERE sex = MGROUP By deptNameHAVING avg(salary) > (SELECT avg(salary)FROM Employee)It returns the names of the departments in which the average salary.a)Is more than the average salary in the company.b)Of the male employees is more than the average salary of all the male employees in the company.c)Of the male employees is more than the average salary of the employees in the same department.d)Of the male employees is more than the average salary in the company.Correct answer is option 'D'. Can you explain this answer? tests, examples and also practice Computer Science Engineering (CSE) tests.
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Explore Courses
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev