Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A managed table and an external table were created in Databricks SQL, and data was loaded into each. After both tables were dropped, what happens to the underlying data for each table type?
A
The data in both tables were deleted.
B
The data in the managed table were deleted, and the data in the unmanaged (external) table were left untouched.
C
The data in the unmanaged (external) table were deleted and the data in the managed table were left untouched, for both tables the metadata was the same.
D
The data in both tables were left untouched.