Question 70:
Allianz Financial Services (AFS) is a banking group offering end-to-end banking and financial solutions in South East Asia through its consumer banking, business banking, Islamic banking, investment finance and stock broking businesses as well as unit trust and asset administration, having served the financial community over the past five decades. AFS uses Redshift on AWS to fulfill the data warehousing needs and uses S3 as the staging area to host files. AFS uses other services like DynamoDB, Aurora, and Amazon RDS on remote hosts to fulfill other needs. In Redshift, There is a large dimension table that needs to be upserted. How can this be achieved? Select 2 options.
Answer options:
A.Use UPSERT operation to perform upserts to records B.Efficiently update and insert new data by loading your data into a intermediate table first C.Use INSERT_UPDATE operation to perform upserts to records D.Load your data into a staging table and then join the staging table with your target table for an UPDATE statement and an INSERT statement.