What is upsert method of loading data into database?

1 comment:

  1. Upsert method is nothing but, it combines both update and insert queries. So that we call it as Upsert method.

    Generally this upsert method is seen in oracle enterprise stage.

    Generally it is used for SCD_types validations.. Like whether the data is inserted or updated.

    ReplyDelete