0% found this document useful (0 votes)
26 views

ADBMS Lab Exercise Advanced

The document contains 12 queries to retrieve information from an advanced database management system such as highest paid employee in a department, manager names and number of employees managed, grade with maximum employees, employee details based on salary and department, department and location details with average salary, grade with maximum employees, employees in a location and grade, department with highest employees, employee details based on salary and job, grades of managers, manager with maximum employees managed, and managers in a location and grades.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

ADBMS Lab Exercise Advanced

The document contains 12 queries to retrieve information from an advanced database management system such as highest paid employee in a department, manager names and number of employees managed, grade with maximum employees, employee details based on salary and department, department and location details with average salary, grade with maximum employees, employees in a location and grade, department with highest employees, employee details based on salary and job, grades of managers, manager with maximum employees managed, and managers in a location and grades.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Advanced Database Management System

Section C
1. Find the highest paid employee of the sales department who belong from the
grade 2 and 3.
2. Find out the manager names and the number of employees they manage
3. Find out the grade with the maximum No of employees.
4. List out the Name, Job, Salary,grade of the emps in the department with the
highest average salary
5. Write a query to display the department name, location name and number of
employees and their rounded average salary for all employees as department
name wise and location wise.
6. Find out the grade with maximum number of employees
7. List all the Grade2 and Grade 3 emps who belong from the Chicago.
8. List THE Name of dept where highest no.ofemps are working.
9. List the employee Name, Job, Annual Salary, deptno, Dept name and grade who
earn 36000 a year or who are not CLERKS.
10.Find out the grade of all mgrs.
11.Find out the name of the mgr who manage the maximum number of employees.
12.Find out the mgr who lives in DALLAS and belong from grade 3 and 4.

You might also like