write a sql query following source? subject mark maths 30 science 20 social 80 requird output maths science social 30 20 80
3 5390In CSV flat file date are in the following format. dd/mm/yyyy (05/01/2005)and d/m/yyyy (5/1/2005) and dd/m/yyyy (05/1/2005) and d/mm/yyyy (5/01/2005). It should be load to target in a unique format. How will you implement this?
1 3892write a query to follwoing table amount year quarter 254556 2003 first 546332 2003 second 129034 2003 third 490223 2003 fourth 165768 2004 first 265443 2004 second 510412 2004 third 435690 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 254556 546332 129034 490223 2004 165768 265443 510412 435690
TCS,
2 4134write a query following table bookid language 1234 english 1234 french 1234 spanish 1235 english i want the output are bookid lang1 lang2 lang3 1234 english french spanish 1235 english null null
TCS,
1 3938If we have a two tables A & B A contain 10 records,B contain 20 records,what w'll b the o/p if we perform normal join,Master outer join,Detail outer join and Full Outer join how?
TCS,
1 6258Dovelopment work (mapings,workflows)and unit testing also done in informatica ,then wt we do ? pls give me detail?
1 3059In what scenario we use to improve session performance by pushdown optimization?can any one give example?
2 4871Post New Informatica Questions
can we override a native sql query within informatica? Where do we do it?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
How can you generate reports in informatica?
Explain the etl program with few examples.
What are the types of data warehouses?
What is meant by pre and post session shell command?
What is primary and backup node?
What is exclusive and normal mode for repository services?
Can informatica load heterogeneous targets from heterogeneous sources?
Can anyone tell me the new features in Informatica 9 Version?
What is the advantage of informatica?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
How to join three sources using joiner?
What are Dimensional table?
What is native users?