Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A Delta Lake table named prod.sales_by_store exists in your Databricks workspace. What happens when a workspace admin runs:
DROP TABLE prod.sales_by_store
(Choose two options)
A
If the table is managed, both metadata and data are deleted.
B
If the table is external, only metadata is deleted and the data remains in storage.
C
Time Travel can be used to recover the table after it is dropped.
D
Delta Lake prevents dropping tables in production schemas.