Search for an Primary Key(oracle DB), if found update the End_date Column with the latest Start_date column in oracle DB
Hi All,
Working on a scenario where i need to search in Oracle DB with a Primary Key, if found update the End_date Column with the latest Start_date column in the same table.
Can some one suggest with the components to be utilize.