The table delete operator in an execution plan represents the process of deleting rows from a table. It is used whenever a delete statement is executed.
Icon of table delete
operator
Here we are deleting record from a table
DELETE FROM employees |
See the execution plan
No comments:
Post a Comment
If you have any doubt, please let me know.