what is snow flack schema?
Answers were Sorted based on User's Feedback
Answer / suresh
above answer is wrong,correct answer is converting denormalized data into normalized data is called snow flake schema
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinu
one fact table is surrounded by different dimension table
and dimension table relation with master dimension table is
called snowflake schema (or) extended star schema
| Is This Answer Correct ? | 1 Yes | 5 No |
what is repositery?
what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?
Explain datastage architecture?
whats difference between ls -ltr and ls -lrt?
Can you explain link buffering?
Define meta stage?
how many types of sorting the data in data stage?
What are the types of hashed files in data stage
diff between changecapture & diffrence stage which situvation we can use the diffrence stage ?
Is there no issue when you try to convert a NOt null column in nullable and vice versa in aggregator styage and transformer stage? When I tried i got the warnings but in a running code I can see such type of scenarios. Please explain
i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?
source has 2 fields like COMPANY LOCATION IBM HYD TCS BAN IBM CHE HCL HYD TCS CHE IBM BAN HCL BAN HCL CHE LIKE THIS....... AND I WILL GET THE OUTPUT LIKE THIS.... Company loc count TCS HYD 3 BAN CHE IBM HYD 3 BAN CHE HCL HYD 3 BAN CHE PLZ SEND ME ANSWER FOR THIS QUESTION..........