Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following schema of a company database: Employees(eid: integer, ename: string, address: string, supereid: integer) Departments(did: integer, dname: string) Projects(pid: integer, pname: string, did:

image text in transcribed
Consider the following schema of a company database: Employees(eid: integer, ename: string, address: string, supereid: integer) Departments(did: integer, dname: string) Projects(pid: integer, pname: string, did: integer) Works_on(eid: integer, pid: integer, hours: integer) Each Employee has a supervisor (another Employee) referenced by his/her supereid. Projects are uniquely assigned to a Department. The Works_on relation records which Employee works on which Project for how many hours a week. Formulate each of the following queries in relational algebra and SQL queries. (a) ( 6 points) For each Employee, find his / her name and the name of his / her supervisor. (b) (7 points) Find the eids of Employees who work on a project of every Department, i.e. find the eids of Employees who work for (a project of) every Department. (c) (7 points) Find the pid of Projects of Department with dname = "Toys" for which at least two different Employees work

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Design A Practical Approach

Authors: Marilyn Campbell

1st Edition

1587193175, 978-1587193170

More Books

Students also viewed these Databases questions

Question

Determine which types of teams are most appropriate for a project.

Answered: 1 week ago