Solved

Convert the Following Table to First Normal Form:?Branch (BranchNum, BranchName

Question 4

Multiple Choice

Convert the following table to first normal form:?Branch (BranchNum, BranchName, (BookCode, Title, OnHand) ) where BranchNum is the primary key


A) Branch (BranchNum, BranchName) where BranchNum is the primary key?Book (BookCode, Title) where BookCode is the primary key
B) Branch (BranchNum, BranchName) where BranchNum is the primary key
C) Book (BookCode, Title) where BookCode is the primary key
D) Branch (BranchNum, BranchName, BookCode, Title, OnHand ) where BranchNum and BookCode make the primary key

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions