InterviewSolution
Saved Bookmarks
| 1. |
Let R(a,b,c) and S(d,e,f) be two relations in which d is the foreign key of S that refers to the primary key of R. Consider the following four operations R and S1. Insert into R2. Insert into S3. Delete from R4. Delete from SWhich of the following can cause violation of the referential integrity constraint above?(A) None of (1), (2), (3) or (4) can cause its violation(B) All of (1), (2), (3) and (4) can cause its violation(C) Both (1) and (4) can cause its violation(D) Both (2) and (3) can cause its violation |
| Answer» | |