Page 1 of 1

2.2) use the reduction technique you learned in chapter 12 to map the following ER diagram to relational schemas: Newspa

Posted: Fri May 20, 2022 10:15 am
by answerhappygod
2 2 Use The Reduction Technique You Learned In Chapter 12 To Map The Following Er Diagram To Relational Schemas Newspa 1
2 2 Use The Reduction Technique You Learned In Chapter 12 To Map The Following Er Diagram To Relational Schemas Newspa 1 (64.75 KiB) Viewed 33 times
2.2) use the reduction technique you learned in chapter 12 to map the following ER diagram to relational schemas: Newspaper newspaperName (PK) Property For Rent Advertises phone 0.. 1.. propertyNo (PK) address address street street city city postcode postcode dateAdvert cost Newspaper (newspaperName, phone, street, city, postcode, proprtyNo) PropertyForRent (propertyNo, street, city, postcode, newspaperName) 2.3) Fill in the table below to indicate the foreign keys in the schemas you obtained in the previous step and the primary key that corresponds to each foreign key: Foreign key Primary key Property No in newspaper PropertyNo in PropertyForRent newspaperName in Property ForRent Newspaper Name in Newspaper