Question
Normalize the relational database schema, using this schema: Customer(custId, firstName, lastName, street, city, state, zip, areaCode, number, creditLimit) Supplier(supplierNo, supName, countryCode, areaCode, number, street, city,
Normalize the relational database schema, using this schema: Customer(custId, firstName, lastName, street, city, state, zip, areaCode, number, creditLimit) Supplier(supplierNo, supName, countryCode, areaCode, number, street, city, state, zipOrPostal, country, contactName) Order(orderNo, date, totalAmount, tax, delToStreet, delToCity, delToState, delToZip, delToAreaCode, delToNumber, custId) Item(itemNo, itemName, unitPrice, qtyOnHand, reorderPoint) Contains(orderNo, itemNo, quantity) Supplies(supplierNo, itemNo, unitCost) Remember its primaryKey and foreignKey.
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