Interview Questions

What are Update Strategy’s target table options? - ETL

ETL (extract, transform, and load) Testing Interview Questions


(Continued from previous question...)

75. What are Update Strategy’s target table options? - ETL

Update as Update: Updates each row flagged for update if it exists in the table.
Update as Insert: Inserts a new row for each update.
Update else Insert: Updates if row exists, else inserts.

(Continued on next question...)

Other Interview Questions