Databricks Certified Data Engineer Associate Exam Databricks-Certified-Data-Engineer-Associate Question # 7 Topic 1 Discussion

Databricks Certified Data Engineer Associate Exam Databricks-Certified-Data-Engineer-Associate Question # 7 Topic 1 Discussion

Databricks-Certified-Data-Engineer-Associate Exam Topic 1 Question 7 Discussion:
Question #: 7
Topic #: 1

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?


A.

SELECT * FROM my_table WHERE age > 25;


B.

UPDATE my_table WHERE age > 25;


C.

DELETE FROM my_table WHERE age > 25;


D.

UPDATE my_table WHERE age <= 25;


E.

DELETE FROM my_table WHERE age <= 25;


Get Premium Databricks-Certified-Data-Engineer-Associate Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.