Question
Customer(CustomerNum, CustomerFirstname, CustomerLastName, CustomerBudget,, AssociateNum, AssociatePhoneNum). Build(BuildNum, BuildOrientation, CustomerNum, PartCost,AssociateNum,AssociatePhoneNum). Part(PartNum, PartCost, PartType, CustomerBudget, AssociateNum, CustomerNum). 1. DBDL for your database (i.e. a list of
Customer(CustomerNum, CustomerFirstname, CustomerLastName, CustomerBudget,, AssociateNum, AssociatePhoneNum).
Build(BuildNum, BuildOrientation, CustomerNum, PartCost,AssociateNum,AssociatePhoneNum).
Part(PartNum, PartCost, PartType, CustomerBudget, AssociateNum, CustomerNum).
1. DBDL for your database (i.e. a list of each table showing the table name and the fields with the primary key underlined). Third Normal Form. You dont need to document alternate or secondary keys. Do document foreign keys.
2. An Entity Relationship Diagram (ERD) for your database showing all tables and the cardinality.
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