Course list http://www.c-jump.com/bcc/

Assignment a4: Midterm Project -- Testing the College Database


  1. Testing the College Database
  2. Requirements
  3. How to Submit

Testing the College Database



Requirements


  1. Follow step-by-step instructions outlined in the Database Implementation handout and create tables described by the College database model.

  2. For every table in the database, type in and save the corresponding DROP TABLE query. (Do not run DROP TABLE queries. If you do, make sure you re-create your tables and populate them with data as described below.)

  3. Insert 4 or more records into the Student table.

  4. Insert additional periods into the Schedule table. Make it look more or less realistic with a few periods (2, 3, or more) available for at least three weekdays, Monday, Tuesday, and Wednesday.

  5. Add a few (4 or more) records into the Course table.

  6. Add one more record to the Department table.

  7. Insert a chairperson record for the new department into the Instructor table.

  8. Go back to the Department record and update the ChairID field.

  9. Add a few more instructors to the Instructor table. Make sure that each department has:

  10. Add 1-2 sections for every course. At least 2 courses should have more than one section.

  11. Enroll each one of the students in 2 or more sections.

     


How to Submit