If a DBMS enforces an UPDATE RESTRICT option on the referential integrity constraint between SELLER and REALTOR in the HOMETOWN REALESTATE database, what will be the outcome after a user tries to update the RealtorID value in third record in table REALTOR from R3 to R5?
Group of answer choices
Value R5 does not appear in column RealtorID in REALTOR, and value R5 appears once in column RealtorID in table SELLER
Value R5 appears once in column RealtorID in REALTOR, and value R5 does not appear in column RealtorID in table SELLER
Value R5 does not appear in column RealtorID in REALTOR, and value R5 does not appear in column RealtorID in table SELLER
Value R5 appears once in column RealtorID in REALTOR, and value R5 appears twice in column RealtorID in table SELLER
Value R5 appears once in column RealtorID in REALTOR, and value R5 appears once in column RealtorID in table SELLER