Project 2. Student-Classes database.

Assignment

Part I

  1. Design a Entity-Relationship model corresponding the requirements above
  2. Write relations corresponding the E-R model and all functional dependencies that reflect all relashionship specified in the description
  3. Normalize all the relations. Show all your work brigning the relations into Boyce-Codd Normal form. Each time you working on decomposing a relation into the N-th normal form write the definition of the form and the functional dependencies that violates that form.
Due date: Thursday February 21, 11:59pm

Part II

  1. Create MySQL tables corresponding your final relations.
  2. Insert sample data into the tables. You can use real ISt courses and professor names. Use you school mate names for students. You need to enter at least 50 records in the tables. If you made a mistake entering information use UPDATE query to modify it.
Due date: Thursday February 28, 11:59pm