The data engineering team has the following query for processing customers’ requests to be forgotten: DELETE FROM customers WHERE customer_id IN ( SELECT customer_id FROM delete_requests ) Which statement describes the results of executing this query ?