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

SQL Database Midterm Project


  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. Insert 4 or more records into the Student table.

  3. 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.

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

  5. Add one more record to the Department table.

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

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

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

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

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

  11. For every table in the database, type in and save the corresponding DROP TABLE query.

     


How to Submit