10. Which SQL keyword is used to add new rows to an existing Delta table without overwriting current data? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz
Databricks Certified Data Engineer - Associate
Explanation:
INSERT INTO is the standard SQL statement used to append new rows into an existing table. In Delta Lake, it safely adds the new data without overwriting or deleting any of the existing records.
Get started today
Ultimate access to all questions.
Which SQL keyword is used to add new rows to an existing Delta table without overwriting current data?