Database Management System (DBMS) Lab Assignment 05
Database Management System (DBMS) Lab Assignment 05
Database Management System (DBMS) Lab Assignment 05
Salary Integer 10
Department Varchar 30
Gender Varchar 10
Project_name Varchar 30
Data for Project Table :
1 1 Fast Track
2 1 GRS
3 1 Survey Management
4 2 HR Management
5 3 Fast Track
6 3 GRS
7 3 DDS
8 4 HR Management
9 6 GL Management
for those employees who have assigned projects already and also who have not
6. Retrieve emp_name, project_name from “Employee” and “Project” for those projects
assigned to the employees and also the projects that are not assigned to anyone yet.
7. Write a query to find out the project names which are not assigned to any of the
employees.
8. Write a query to find out the employee names who has not assigned any project.
9. Retrieve emp_name, project_name from “Employee” and “Project” for all the records
10. Retrieve emp_name, project_name from “Employee” and “Project” for all the employees
who have not assigned any projects yet and also all projects which are not assigned to
11. Delete records from projects table where project_name is Survey Management
12. Display the Count of projects that are assigned to emp_name = Madhav
13. Display the Count of employees who are assigned to project Fast Track.
15. Display the emp_name, project_name where the employee salary is greater than 50000