This is a dedicated watch page for a single video.
A data engineer needs to add a new data record to an existing Delta table named my_table. The record details are as follows: id STRING = 'c01' rank INTEGER = 9 rating FLOAT = 6.2 Which SQL command should be used to append this new record to my_table?