You are on page 1of 4

Assessment 4

Name: Aditya Tanwani

Reg No.: 21BCA0021

Course: DBMS

Code: ITA1005

1. Find the sum of the salaries of all employees of the ‘Finance’ department, as well as
the maximum
salary, minimum salary and the average salary in this department.

2. Retrieve the total number of employees in the company and the number of employees
in the ‘IT’
department.
3. Find the number of distinct salary values in the employee’s table.

4. For each department retrieve the department number, the number of employees in that
department and their average salary.

5. Display the number of people having same supervisor.

6. Find the number of female dependents for each employee.


7. Find the oldest and the youngest employee’s names.

8. Determine the number of managers.

9. Retrieve SSN, project number and total number of hours worked by each employee on
that
project.

10. Find the number of project locations for each project.

You might also like