DatabricksDatabricks
DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE · Question #61
DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE Question #61: Real Exam Question with Answer & Explanation
Sign in or unlock DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE to reveal the answer and full explanation for question #61. The question stem and answer options stay visible for context.
Submitted by stefanr· Apr 18, 2026Data Management
Question
Which of the following code blocks will remove the rows where the value in column age is greater than 25 from the existing Delta table my_table and save the updated table?
Options
- ASELECT * FROM my_table WHERE age > 25;
- BUPDATE my_table WHERE age > 25;
- CDELETE FROM my_table WHERE age > 25;
- DUPDATE my_table WHERE age <= 25;
- EDELETE FROM my_table WHERE age <= 25;
Unlock DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE to see the answer
You've previewed enough free DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE questions. Unlock DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#SQL DELETE#Data Manipulation#Delta Lake DML