Question: In order to implement the database design that follows, how many FOREIGN KEY constraints would we need to include in the SQL for implementing
In order to implement the database design that follows, how many FOREIGN KEY constraints would we need to include in the SQL for implementing the entire DB (all tables)? REGION RegionID RegionName STORE StoreID StoreZip RegionID (FK) PRODUCT ProductID ProductName ProductPrice VendorID (FK) CategoryID (FK) SOLDVIA ProductID (FK) TID (FK) NoOfitems SALESTRANSACTION TID TDate StorelD (FK) CustomerID (FK) VENDOR VendorID VendorName CATEGORY CategoryID CategoryName CUSTOMER CustomerID CustomerName Customer Zip
Step by Step Solution
3.57 Rating (154 Votes )
There are 3 Steps involved in it
Since there are 8 tables one less ie 7 foreign ... View full answer
Get step-by-step solutions from verified subject matter experts
