8. Consider the following UPDATE statement. When executed an error occurred. "some Table" has no inward/outward foreign
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
8. Consider the following UPDATE statement. When executed an error occurred. "some Table" has no inward/outward foreign
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