Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
After running DESCRIBE EXTENDED accounts.customers;, the following output was generated: //IMG//
DESCRIBE EXTENDED accounts.customers;
A data analyst then executes the command:
DROP TABLE accounts.customers;
What is the result of executing this command?
A
Running SELECT * FROM delta. dbfs:/stakeholders/customers results in an error.*
dbfs:/stakeholders/customers
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.