Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Please explain me the difference between 3 types of slowly
changing dimension in datawarehousing?

Answers were Sorted based on User's Feedback



Please explain me the difference between 3 types of slowly changing dimension in datawarehousing? ..

Answer / rameshgoud

scd1-> with this process we can maintain only updated data,
for ex- if a record inserted in source then the same record
should be inserted in targer, if a record updated in the
source then same update should process in target, so here
we cant maintain the history

scd2->with this we can maintain current data and complete
historical data by adding the start_date and end_date of
the records in the target table. If a records get updated
in the source same record will insert in the target as new
record and the old record is updated with end date as
todays date. Like wise we there will no be any deletion of
records, so we can maintain the compelte history here.

scd3-> using this we can maintain current and recent
historical data only
for every source possible changing column we need two
target columns as NEW_COLUMN indicates current data and
OLD_COLUMN indicates recent historical data
when a new record getting loaded source data is always
loded in NEW_COLUMN in target
when a record is midified target NEW_COLUMN is updated in
target OLD_COLUMN and source data is updated in target
NEW_COLUMN.

Is This Answer Correct ?    17 Yes 1 No

Please explain me the difference between 3 types of slowly changing dimension in datawarehousing? ..

Answer / venkatesh.m

scd1 ---->will contain only the updated data(ie it contains
the newly entered data + updates of historic data)it dose
not maintain historic data

scd2 ---->it contains the updated data and the historic data
(full history)
scd3 ----->it contains updated data and historic data
partially(means it may contain the records of the last
6months i think)

Is This Answer Correct ?    3 Yes 9 No

Please explain me the difference between 3 types of slowly changing dimension in datawarehousing? ..

Answer / sowmi

scd 1:It wont implement the new change.It always contains
the historic data alone.
scd 2:It will replace or overwrite the existing record.It
will not contain the historic data.But it has surrogate key.
scd 3:It contains both the old data and a new record with
the modified information and has additional columns like
"effective start date and end date" or "version no".

Please correct me if i am wrong

Is This Answer Correct ?    0 Yes 20 No

Post New Answer

More Data Stage Interview Questions

Hi , Today 1000 records updated, tomorrow 500 records updated how to find that?

4 Answers   Wipro,


how to find no.of records in sequntial file itself?

4 Answers  


What are the functionalities of link partitioner?

0 Answers  


In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.

1 Answers   IBM,


how to use self join using datastage ? can u tell me using stage how can we implemnet the self join

0 Answers  


can explain wt is the pool for file.

1 Answers   CTS,


What is datastage?

0 Answers  


How do you run datastage job from the command line?

0 Answers  


how many types of sorting the data in data stage?

1 Answers   BoA, IBM,


What are the differences between datastage and informatica?

0 Answers  


if ename='subbu' while running job the job should be abort how come?

3 Answers   IBM,


How to perform incremental load in datastage?

0 Answers  


Categories