You are on page 1of 1

Wentworth Institute of Technology Comp355 Database Management Systems Spring 2012 Practice Exam II

Using the Richard's Catering Case Study, please write SQL queries for the following questions. 1. List the last name and first name of all staff supervised by Wilma Smith who did work on the 23-Jan-1999 event 2. Find all main courses which have never been served at an event that starts on or after 6 pm (hint use start hour here (18 is 6 pm) 3. List the location of all events where a cheese tray was served. \ 4. For each dessert, print the name of the dessert and the number of times that it has been served at an event. \ 5. Rewrite the query in question 4 to include desserts which have not been served at any event.

Exam II S05a

You might also like