CS457 Syllabus & Progress


Systematic query formulation in Relational Algebra





  1. Find fname, lname of all employees who work on a project controlled by the Research department

    Solution:





  2. Find fname and lname of all employees who work on 2 or more projects controlled by the "Research" department.

    Solution:





  3. Find fname and lname of all employees who work on all projects controlled by the "Research" department.

    Solution:





  4. Find fname and lname of all employees that do not work on any projects controlled by the "Research" department.

    Hint:

    Solution procedure:

    Solution:





  5. Find fname and lname of all employees that only work on projects controlled by the "Research" department.

    Hint:

    Solution procedure:

    Solution: