Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 Other Topics
 Need Help

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-05-02 : 08:20:37
writes ""The following is a description of the functional dependencies in GRADE REPORT:



Student_ID -> Student_Name, Campus_Address, Major

Course_ID -> Course_Title, Instructor_Name, Instructor_Location

Student_ID, Couse_ID -> Grade

Instructor_Name -> Instructor_Location






Draw a relational schema (similar to Figure 5-23 in the Hoffer text) and diagram the functional dependencies in the relation.

Identify what normal form the relation is in.

Decompose GRADE REPORT into a set of 3NF relations.

Draw a relational schema for your 3NF relations (similar to Figure 5-5 in the Hoffer text) and show the referential integrity constraints.""

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2006-05-02 : 08:38:19
Do yer own damn homework

Damian
"A foolish consistency is the hobgoblin of little minds." - Emerson
Go to Top of Page
   

- Advertisement -