- Relations needed:
- Employee (fname, lname, ssn)
- Works_on
((essn, pno) --- projects worked on by employee)
- Project
(which department controls the project)
- Department (dname)
|
- Query plan:
- Find projects controlled by
the Research department
- Find employees who
work on a project
controlled by the
Research department
- Remove these
employees and obtain the
qualifying employees
- Find the fname and
lname of the
qualifying
employees
|
|