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
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;
8. Consider the following UPDATE