Question: Suppose that table R is defined with a column D which is declared as FOREIGN KEY REFERENCES S(id) ON UPDATE CASCADE. What happens when a
Suppose that table R is defined with a column D which is declared as FOREIGN KEY REFERENCES S(id) ON UPDATE CASCADE.
What happens when a user attempts to change some row of R, altering its D value from 7 to 11?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
