Ultimate access to all questions.
A data engineer is tasked with appending a new record to an existing Delta table named my_table
. The record to be added has the following details: id STRING = ‘c01‘
, rank INTEGER = 9
, and rating FLOAT = 6.2
. Which SQL command should the engineer use to successfully add this new record to my_table
?