MIDTERM
CS122, Spring 2004


Please print out your answer sheet and turn it in at the end of the exam. Do not forget to put your name on the answer sheet.


[Database Description] A small online computer store uses a MS Access database to keep track of product, customer, and sales information. The database consists of four tables, Products, Customers, Orders, and Order_details. The table design of each table is as follows, where each field of the table is shown in the format  <field name : field type - description of the field>.

Products
Customers
Orders
Order_details
[Queries] Based on the database given above, please complete the queries in the answer sheet.