How will you display 10-15 letters from a name? (for ex:
name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")
Answer Posted / bala
substr(col_name,10,5)
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is meant by lookup transformation? Explain the types of lookup transformation?
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
What is meant by lookup transformation?
What is flashback table ? Advance thanks
Describe expression transformation?
How to go to the older version for a mapping?
How can you increase the performance in joiner transformation?
Explain what are the different types of transformation available in informatica.
How many ways are there to do 'remove duplicate records in 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
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
What is the benefit of session partitioning?
What is resilience time?
What are the differences between a connected lookup and unconnected lookup?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C