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 ID and name of every employee who is not serving on any committee.

b. List the title of every committee on which Sandy Liu or Barry Smith is serving.

c. List the name and position of oldest employees.

d. List the titles of every two committees which do not meet on the same date.

e. List the name and position of every employee who does have 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

Database Reliability Engineering Designing And Operating Resilient Database Systems

Authors: Laine Campbell, Charity Majors

1st Edition

978-1491925942

More Books

Students also viewed these Databases questions

Question

List the four parts of the self-motivation model.

Answered: 1 week ago

Question

Identify the four parts of the model for writing objectives.

Answered: 1 week ago