Convert the diagram into a set of relational tables. The tables must be in 3NF. All referential integrity and functional dependencies must be indicated accurately in EITHER of the following 2 ways:
1. Show referential integrity as follows:
Supplier(S#, Sname, City, Status);Part(P#, Pname, Color, Weight, City);SP(S#, P#, QTY)Foreign key (S#) References Supplier,Foreign key (P#) References Part;
2. Show functional dependencies as follows: B → C CD → E
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here