Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For question 2, consider the following partial conceptual model and answer the following questions Store P Store ID address phone number store name belongs
For question 2, consider the following partial conceptual model and answer the following questions Store P Store ID address phone number store name belongs to Sale PI Sale ID date time sale Total Sale Item per item discount in dollars item quantity subtotal Product PI ProductID name description Questions: (a) 10 marks- Transform the above conceptual model into logical tables. Write your final form as a list of tables with the column names showing primary key / foreign key properties. TABLE1 NAME (column1 [pk], column2 [fk], ...) TABLE2 NAME (...) (b) 10 marks - What if we wanted to allow a Sale to belong to multiple stores? (e.g. there are products from different stores as part of a sale). What would you change in your model? Describe (in words) how that would impact your transformation from part a.
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