As a data engineer, you often need to manipulate and update data within Delta tables. Consider a scenario where you have a Delta table named `my_table`, which includes a column named `age`. Your task is to remove all rows from this table where the value in the `age` column is greater than 25. Which of the following code blocks will perform this operation and save the updated data back to the same Delta table? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz