
Answer-first summary for fast verification
Answer: INSERT INTO table_name
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.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.