Ultimate access to all questions.
Objective: Identify DDL (Data Definition Language)/DML features.
A data engineer has been given a new record of data:
id STRING = 'a1'
rank INTEGER = 6
rating FLOAT = 9.4
Which SQL command can be used to append the new record to an existing Delta table my_table?