Multiple choice technology platforms and products

Employee table : Emp_No Emp_Name Salary 101 Emp1 10000 102 Emp2 80000 103 Emp3 50000 Employee is the source table and the records has to pass through the update strategy , the update strategy expression is IIF(Emp_No = 102,4,1) then the record with Emp_no=102 would be ______

  1. inserted

  2. updated

  3. failed

  4. deleted

  5. rejected

Reveal answer Fill a bubble to check yourself
A Correct answer