Create a referential integrity constraint


Create a referential integrity constraint on OwnerID in PET. Assume that deletions should not cascade. The PET_OWNER and PET tables already exist, so create the constraint only.PET_OWNER ( OwnerID, OwnerLastName, OwnerFirstName, OwnerPhone, OwnerEmail)
PET (PetID, PetName, PetType, PetBreed, PetDOB, OwnerID)

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: Create a referential integrity constraint
Reference No:- TGS084320

Expected delivery within 24 Hours