Video upload date:  · Duration: PT1H46M27S  · Language: EN

A data analyst is attempting to drop a databricks video

data-analyst video for a data analyst is attempting to drop a table named sales_data . The analyst wants to delete both the table’s metadata and its data files.

This is a dedicated watch page for a single video.

Full Certification Question

A data analyst is attempting to drop a table named sales_data . The analyst wants to delete both the table’s metadata and its data files. They execute the following command: DROP TABLE IF EXISTS sales_data ; After running this command, the table no longer appears in the result of the SHOW TABLES command, but the data files still exist in the storage location. Which of the following explains why the data files still exist while the metadata was deleted?