Question
Tables : Customer ( CustomerRef , CustomerFirstName , CustomerSurname , CustomerAddress , CustomerTel) OrderItemNo( OderItemNo , OderNo, PartNo, OrderQty) Orders ( OrderNo , CustomerRef, OrderDate)
Tables :
Customer (CustomerRef , CustomerFirstName , CustomerSurname , CustomerAddress , CustomerTel)
OrderItemNo(OderItemNo, OderNo, PartNo, OrderQty)
Orders (OrderNo, CustomerRef, OrderDate)
PartTypes (PartTypeCode, PartTypeDescription)
PurchaseOder(PONo , PODate , PartNo , POQty)
Supplier(SupplierRef, SupplierName, SupplierAddress, SupplierContact, SupplierTel)
Part(PartNo, PartName, PartUnit, SupplierRef, StockLevel, MinStockLevel, CosttPrice, SalePrice, Location, PartType)
Q : normalise the relation to 1NF to BCNF, 2NF, 3NF . Be sure to indicate the FDs you are removing at each step, and why. Just giving the decompositions in each of the three Normal Forms is not sufficient.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started