試験Databricks-Certified-Data-Engineer-Associate-JPN トピック2 問題76 スレッド
Databricks Databricks-Certified-Data-Engineer-Associate-JPNのリアル試験問題集
問題 #: 76
トピック #: 2
問題 #: 76
トピック #: 2
データ エンジニアに新しいデータ レコードが渡されました。
id STRING = 'a1'
rank INTEGER = 6
rating FLOAT = 9.4
既存の Delta テーブル my_table に新しいレコードを追加するために使用できる SQL コマンドは次のどれですか。
id STRING = 'a1'
rank INTEGER = 6
rating FLOAT = 9.4
既存の Delta テーブル my_table に新しいレコードを追加するために使用できる SQL コマンドは次のどれですか。
おすすめの解答:A 解答を投票する
To append a new record to an existing Delta table, you can use the INSERT INTO statement with the VALUES clause. This statement will insert one or more rows into the table with the specified values. Option A is the only code block that follows this syntax correctly. Option B is incorrect, as it uses the UNION operator, which will return a new table that is the union of two tables, not append to an existing table. Option C is incorrect, as it uses the INSERT VALUES statement, which is not a valid SQL syntax. Option D is incorrect, as it uses the UPDATE statement, which will modify existing rows in the table, not append new rows. Option E is incorrect, as it uses the UPDATE VALUES statement, which is also not a valid SQL syntax. Reference: Insert data into a table using SQL | Databricks on AWS, Insert data into a table using SQL - Azure Databricks, Delta Lake Quickstart - Azure Databricks
Takizawa 2025-07-25 11:40:26
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。