Question: How can I combine this to be a single statement in SQL? update employee set dno = 2 where ssn in (111111111, 333333333); update employee
How can I combine this to be a single statement in SQL?
update employee set dno = 2 where ssn in (111111111, 333333333); update employee set dno = 1 where ssn in (444444444, 888888888, 987654321); update employee set superssn = 888665555 where ssn in (333333333, 987654321);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
