AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: A data engineer tries to remove a Spark SQL databricks video

Question 1 Be Honest
« Back   Next databricks Cloud data-engineer-associate Question »
Answer

Full Certification Question

A data engineer tries to remove a Spark SQL table named my_table with the intention of erasing both the table's metadata and its data. They execute the command: DROP TABLE IF EXISTS my_table; After running this command, my_table no longer shows up in the list of tables, but the data files remain. What explains the persistence of the data files despite the deletion of the metadata?