Implementing SCD 2 in PL/SQL
Hi, please let me know if anyone has implemented Slowly Changing Dimension Type 2 using PL/SQL. If so could you please share the sample code. There are two scenarios:
1. What would be the code if from source we receive full extract.
2. What would be the code if from source we receive incremental data.
Thanks.