A data engineer is tasked with appending a new 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 add this new record to `my_table`? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz