Exercise 1
CS122, Spring 2004
Tuesday, March 30
1. Download Student.mdb to your
computer.
2. (1pt) View the design and the content of the Student and Prereq table.
3. Design, run, and save the following queries:
- (3pt) Find the names of all the students.
- (3pt) Find the names of the students whose major is MATH.
- (3pt) Find the pre-requisites of COSC3380.
4. Please read Chapter 1 of the textbook by Thursday, April 1.