What are the different types of schemas?
Answer Posted / ande
two types of schemas r there: Star schema and snow flake
Schema: in Snow flake schema normalozation is promoted
where as in star schema denormalization is promoted. incase
of snowflake schema DB size will be saved but no of joins
will be increased and poor performance compare with star
schema
regards,
ande
| Is This Answer Correct ? | 71 Yes | 31 No |
Post New Answer View All Answers
What is Data Caches size?
Explain the difference between mapping parameter and mapping variable?
Can we create a Integration service without a Repository service and vice versa?
What can we do to improve the performance of informatica aggregator transformation?
What if the source is a flat-file?
How do you migrate data from one environment to another?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1
What is substr in informatica?
Have you worked with/created Parameter file
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What are the main features of Oracle 8i with context to datawarehouse?
How union transformation is used?
Implementation methodology
Which means the first record should come as last record and last record should come as first record and load into the target file?