Which SQL command is used to add rows to an existing Delta table? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz
Databricks Certified Data Engineer - Associate
Explanation:
The correct command is INSERT INTO table_name. This command is used to append rows to an existing Delta table, similar to how rows are added in traditional databases or data warehouses.
Get started today
Ultimate access to all questions.
Comments (0)
No comments yet.
Which SQL command is used to add rows to an existing Delta table?