RE: explain the flow of data starting with OLTP to OLAP including staging ,summary tables,Facts and dimensions.
In some of the cases Pre Stage is also a intermediate phase between the OLTP environment and actual staging area. The prestage is one where dta clensing, data profiling nad data validation takes place. In stage, on the other hand. we apply actual business logic of the ETL phase to bring baout the requiered OLAP objects. However, both prestage and stage form ODS(Operational Data Source) together.
RE: explain the flow of data starting with OLTP to OLAP including staging ,summary tables,Facts and dimensions.
Source System data ----------Extraction---------Transformation(Clenance the data according to business logics)(As dimensions)----------Takes data from the dimension tables in to fact tables using Surrogate keys---------------Load (As cubes)(In to the staging)