A data engineering team has created a Delta Lake table named customers_clone using the query CREATE TABLE customers_clone 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?