Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the following relational database schema: Employee=(ID, name, position, officeN, phoneN,age)// assume the name is unique. Committee =( title, meetingDate, startTime, endTime, location)// You may

Given the following relational database schema:

Employee=(ID, name, position, officeN, phoneN,age)// assume the name is unique.

Committee =( title, meetingDate, startTime, endTime, location)// You may use <,>,=,!= between dates and times.

Membership= ( ID, title, task) // task = member or chair.

Use a minimum number of operations and tables to express the following queries by SQL statements:

a. List the name of every employee who is a member (not chair) of at least three committees.

b. List the name of every employee who serving on every committee.

c. For every employee, list the ID, name and number of committees he/she is serving on as member or chair.

d. List the name of every employee who only serves ( as member) on committees that meets in location H345.

e. List the name of every employee who does not have a phone number.

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

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

3rd Edition

978-1119907466

More Books

Students also viewed these Databases questions

Question

=+ (c) Find a bounded negligible set that is not trifling.

Answered: 1 week ago

Question

What do you mean by dual mode operation?

Answered: 1 week ago

Question

Explain the difference between `==` and `===` in JavaScript.

Answered: 1 week ago

Question

What would you do?

Answered: 1 week ago