Q11
Single choice
A data engineer has a delta table order with deletion vectors enabled for it. The engineer is attempting to execute the below code:
DELETE FROM orders WHERE status = 'cancelled'
What should be the behaviour of deletion vectors when the command is executed?