Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam Databricks-Certified-Data-Engineer-Associate All Questions
Exam Databricks-Certified-Data-Engineer-Associate All Questions

View all questions & answers for the Databricks-Certified-Data-Engineer-Associate exam

Databricks Databricks-Certified-Data-Engineer-Associate Question # 56 Topic 6 Discussion

Databricks-Certified-Data-Engineer-Associate Exam Topic 6 Question 56 Discussion:
Question #: 56
Topic #: 6

A data engineer has been given a new record of data:

id STRING = 'a1'

rank INTEGER = 6

rating FLOAT = 9.4

Which of the following SQL commands can be used to append the new record to an existing Delta table my_table?


A.

INSERT INTO my_table VALUES ('a1', 6, 9.4)


B.

my_table UNION VALUES ('a1', 6, 9.4)


C.

INSERT VALUES ( 'a1' , 6, 9.4) INTO my_table


D.

UPDATE my_table VALUES ('a1', 6, 9.4)


E.

UPDATE VALUES ('a1', 6, 9.4) my_table


Get Premium Databricks-Certified-Data-Engineer-Associate Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.