Question: in MS SQL write the following script Convert this building permits table to third normal form. Use the following functional dependencies: BuildingNum, PermitNum -- >
in MS SQL write the following script
Convert this building permits table to third normal form. Use the following functional dependencies:
BuildingNum, PermitNum --> BuildingAddress, PermitDescription, SuperID, SuperFirstName, SuperLastName, DateIssued,County BuildingNum --> BuildingAddress PermitNum --> PermitDescription SuperID --> SuperFirstName, SuperLastName
BuildingPermits ( BuildingNum, BuildingAddress, (PermitNum, PermitDescription), SuperID, SuperFirstName, SuperLastName, DateIssued,County)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
