This is a dedicated watch page for a single video.
The data engineering team has a Delta Lake table created with following query: CREATE TABLE customers_clone LOCATION 'dbfs:/mnt/backup' AS SELECT * FROM customers A data engineer wants to drop the table with the following query: DROP TABLE customers_clone Which statement describes the result of running this drop command ?