Purchase Solution

Normalizing your Data Base to the Third Normal Forum

Not what you're looking for?

Ask Custom Question

Normalize to the 3NF the following collections of data attributes, Write the normalized entities in the correct format and underline the attributes which form the primary key(s). Make whatever assumptions that you need to, but document your assumptions.

1) Video Tapes (Title, Director, Actors, Date, Music Tracks, Duration, Theme, Language, Country, Awards, Version, Rating, Format)
- Theme could be Mystery, Romance, Action, etc.
- Version could be Directors Cust, Edited for TV, Unrated, etc.
- Rating could be PG, R, NC17, etc.
- Format could be 16:9, or 4:3.

2) University(StudentID, StudentName, StudentEmail, CourseID, CourseSection, CourseGrade, ProfessorName, DegreeProgram)
- University students are in a degree program and take courses which professors teach.

3) Product(ProductID, PartID, ProductName, PartName, PartQuantity,
- A product is built from many parts.
- Many copies of the same part may be used in one product (ex. 1 inch pan headed screws). PartQuantity is the number of a specific part that is used in a specific product.

Purchase this Solution

Solution Summary

This solution has been completed in a detailed and organized fashion. In order to view the response, an attached Word file needs to be opened.

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C# variables and classes

This quiz contains questions about C# classes and variables.