AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: A Delta Lake table was created with the databricks video

Question 1 Be Honest
« Back   Next databricks Cloud data-engineer-professional Question »
Answer

Full Certification Question

A Delta Lake table was created with the below query: CREATE TABLE prod . sales_by_stor USING DELTA LOCATION "/mnt/prod/sales_by_store" ; Realizing that the original query had a typographical error, the below code was executed: ALTER TABLE prod.sales_by_stor RENAME TO prod.sales_by_store; Which result will occur after running the second command?