A data engineering team has created a Delta Lake table using the following query: `CREATE TABLE target AS SELECT * FROM source`. If a data engineer attempts to drop the source table with the command `DROP TABLE source`, what will be the outcome? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz