LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Engineer - Professional

Databricks Certified Data Engineer - Professional

Get started today

Ultimate access to all questions.


After creating a Delta Lake table with the following query that contains a typographical error:

CREATE TABLE prod.sales_by_stor
USING DELTA
LOCATION "/mnt/prod/sales_by_store"

The following command was executed to correct the table name:

ALTER TABLE prod.sales_by_stor RENAME TO prod.sales_by_store

What will be the outcome of executing the second command?

Exam-Like




Powered ByGPT-5