Page 1 of 1

8. Consider the following UPDATE statement. When executed an error occurred. "some Table" has no inward/outward foreign

Posted: Fri Jul 01, 2022 5:51 am
by answerhappygod
8 Consider The Following Update Statement When Executed An Error Occurred Some Table Has No Inward Outward Foreign 1
8 Consider The Following Update Statement When Executed An Error Occurred Some Table Has No Inward Outward Foreign 1 (348.25 KiB) Viewed 43 times
8. Consider the following UPDATE statement. When executed an error occurred. "some Table" has no inward/outward foreign key constraints, “someColumns" is varchar(20) and "someOtherColumn" is INT. What could possibly go wrong? [1 Mark] UPDATE some Table SET someColumn = 'Adam' WHERE someOtherColumn > 5;