The table update operator is generated when we are doing the updating in our query. It means this operator is responsible for modifying the existing rows when an update statement is executed.
Icon for Table Update
Operator
See the example
Here we are updating the record in a table
Execute the below query
UPDATE employees |
See the execution plan
No comments:
Post a Comment
If you have any doubt, please let me know.