Question: Write SQL query to perform the following: For all employees whose manager_id is 100 , modify the manager_id to be 102 by using general functions
Write SQL query to perform the following: For all employees whose manager_id is 100 , modify the manager_id to be 102 by using general functions only. Don't change other employees manager_id. HINT: Don't use conditional expressions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
