The data engineering team has a Delta Lake table created with following query: CREATE TABLE target AS SELECT * FROM source A data engineer wants to drop the source table with the following query: DROP TABLE source Which statement describes the result of running this drop command ?