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 |
how to implement scd2 in datastage 7.5 with lookup stage
1)What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?
Define Routines and their types?
which is the most complex job in your career? Please tell me answer?
whom do you report?
What is the difference between server job and parallel jobs?
describe the Steps to confiure a Qlogic switch
How do you import and export the datastage jobs?
table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target?
How to exclude first and last lines while reading data into a sequential file(having some 1000 records).I guess probably by using unix filter option but not sure which to use
we run a job in 4 nodes,i want to run same job on 8 nodes is it possible? job recompling is mandtory?why?
What is oci?