Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Amazon Web Services AWS Certified Data Engineer - Associate (DEA-C01) Data-Engineer-Associate Question # 23 Topic 3 Discussion

Amazon Web Services AWS Certified Data Engineer - Associate (DEA-C01) Data-Engineer-Associate Question # 23 Topic 3 Discussion

Data-Engineer-Associate Exam Topic 3 Question 23 Discussion:
Question #: 23
Topic #: 3

A data engineer is using an AWS Glue ETL job to remove outdated customer records from a table that contains customer account information. The data engineer is using the following SQL command:

MERGE INTO accounts t USING monthly_accounts_update s

ON t.customer = s.customer

WHEN MATCHED THEN DELETE

What will happen when the data engineer runs the SQL command?


A.

All customer records that exist in both the customer accounts table and the monthly_accounts_update table will be deleted from the accounts table.


B.

Only customer records that are present in both tables will be retained in the customer accounts table.


C.

The monthly_accounts_update table will be deleted.


D.

No records will be deleted because the command syntax is not valid in AWS Glue.


Get Premium 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.