python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can a SCD 2 table have non SCD columns?
Lets say there is a table schema where in the columns are a,b,c,d,start_time,end_time,current_status.
Can we have a,b,c as SCD columns and let d not be a part of SCD logic so that if d changes, it won...
Parijat Bose
Votes: 0
Answers: 2
SCD Type-2 Using INSERT strategy
I am using Data vault 2.0 model. Here we are not supposed to use UPDATE in a table.
Normally in RDBMS, we implement SCD-2 using UPDATE & INSERT strategy.
But in my case, I can use only INSER strat...
Jomy
Votes: 0
Answers: 1