A data engineering pipeline executes a batch job to delete customer records every Sunday at 1:00 AM. Subsequently, a `VACUUM` command is run on all Delta Lake tables every Monday at 3:00 AM. There is a concern that Delta Lake's time travel feature might still allow access to the deleted data. Assuming the delete logic is correctly implemented, which of the following statements accurately addresses this concern? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz