Databricks-Certified-Data-Analyst-Associate Exam Question 26

A data analyst is attempting to drop a table my_table. The analyst wants to delete all table metadata and data.
They run the following command:
DROP TABLE IF EXISTS my_table;
While the object no longer appears when they run SHOW TABLES, the data files still exist.
Which of the following describes why the data files still exist and the metadata files were deleted?
  • Databricks-Certified-Data-Analyst-Associate Exam Question 27

    A data analyst has created a Query in Databricks SQL, and now they want to create two data visualizations from that Query and add both of those data visualizations to the same Databricks SQL Dashboard.
    Which of the following steps will they need to take when creating and adding both data visualizations to the Databricks SQL Dashboard?