A data engineering team has created a Delta Lake table named `customers_clone` using the following query: `CREATE TABLE customers_clone LOCATION 'dbfs:/mnt/backup' AS SELECT * FROM customers`. If a data engineer attempts to drop this table with the command `DROP TABLE customers_clone`, what will be the outcome? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz