Databricks Certified Data Analyst Associate Exam Databricks-Certified-Data-Analyst-Associate Question # 16 Topic 2 Discussion

Databricks Certified Data Analyst Associate Exam Databricks-Certified-Data-Analyst-Associate Question # 16 Topic 2 Discussion

Databricks-Certified-Data-Analyst-Associate Exam Topic 2 Question 16 Discussion:
Question #: 16
Topic #: 2

After runningDESCRIBE EXTENDED accounts.customers;, the following was returned:

Databricks-Certified-Data-Analyst-Associate Question 16

Now, a data analyst runs the following command:

DROP accounts.customers;

Which of the following describes the result of running this command?


A.

Running SELECT * FROM delta. `dbfs:/stakeholders/customers` results in an error.


B.

Running SELECT * FROM accounts.customers will return all rows in the table.


C.

All files with the .customers extension are deleted.


D.

The accounts.customers table is removed from the metastore, and the underlying data files are deleted.


E.

The accounts.customers table is removed from the metastore, but the underlying data files are untouched.


Get Premium Databricks-Certified-Data-Analyst-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.