A data engineer is attempting to drop a Spark SQL table `my_table` and runs the following command: ```sql DROP TABLE IF EXISTS my_table; ``` After running this command, the engineer notices that the data files and metadata files have been deleted from the file system. Which of the following describes why all of these files were deleted? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz