diff between OLTP and OLAP?
what TOP-DOWN and BOTTOM-UP Approach? which is best?
what are Star Schema and Snow Flake Schema?
Answers were Sorted based on User's Feedback
Answer / vijay sampoorna
oltp:
1) oltp has current and upated data
2)it is denarmalized
3)it has detailed data
4)it volatail
5) it is dynamic
OLAP:
1)it has current and histarical data
2) it is normalized
3) it has summarised data
4) it is non volatail
5) it is static
top down aproch;
first construct the enteir d.w.h then devided into data marts
Bottom down Aproch:
1)first build datamarts
2) then we build data where houses
star schema:
one fact table sorunded by one or more demintaion tables is calld star schema
it is use less memory
it performence is fast
it contain data duplicates
Snow-flake Schema:
one fact table soround by one or more demintion table that tables can splited into n dimentinos
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 8686865797
OLTP databases are highly Normalized relational databases & OLAP databases are highly De normalized.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the use of surogate key in datastage
What is merge stage?
how can you generate sequence number using only the sequential file stage?
source 1123445 I WANT OUTPUT AS DUPLICATES TO TARGET1 LIKE TARGET1 1144 NON-DUPLICATES TO TARGET2 TARGET2 235
guys pls tell me where we use sequence jobs exactly in realtime proj explain pls with example.
1.what is stagearea?what is stage variable? 2.this is my source source:id, name target:id, name 100, murty 100,madan we have three duplicate records for the id column,how can we getthe source record? 100,madan 100,saran
how to delete one row in target dataset
Explaine the implimentation of scd's in ds indetail, please send me step by step procedure to perform scd's 1,2,3. Please replay for this, Thanks in advance
Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?
i have flat file and using unix how can i generate sequence number into targer?
tell me abt Datastage trigger?
Can you explain repository tables in datastage?