Consider the below ER model, based on the following business rules: A Person is uniquely identified by a personlD A Pet
Posted: Thu May 12, 2022 12:11 pm
Consider the below ER model, based on the following business rules: A Person is uniquely identified by a personlD A Pet is uniquely identified by a petID A Person may own many Pets but not everyone owns a Pet A Pet must have an Owner but ownership cannot be shared . Person Pet owns X..Y personlD {PK} name address A.B pet|D {PK} species breed Select the corresponding values for A, B, X, and Y A= [ Select ] > B = [Select ] X= [Select ] < Y = [Select ] <