Which will beter perform IIf or decode?
Answers were Sorted based on User's Feedback
Answer / venkat
decode is better perform than iff condtion,decode can be
uesd insted of using multiple iff cases
| Is This Answer Correct ? | 26 Yes | 1 No |
Answer / abhishek guddu
DECODE FUNCTION YOU CAN FIND IN SQL BUT IIF FUNCTION IS NOT
IN SQL. DECODE FUNCTION WILL GIVE CLEAR READABILITY TO
UNDERSTAND THE LOGIC TO OTHER.
| Is This Answer Correct ? | 13 Yes | 1 No |
How to create a mapping ? id date 101 2/4/2008 101 4/4/2008 102 6/4/2008 102 4/4/2008 103 4/4/2008 104 8/4/2008 O/P - shud have only one id with the min(date) How to create a mapping for this
Write the program through which the records can be updated?
What is informatica etl tool?
What is the fact table?
what is runtime variable?
How can you validate all mappings in the repository simultaneously?
how do u get the first record from 50,000 records ?
10 Answers TCS, UBS,
What do think which one is the better joiner or look up?
Can you use the maping parameters or variables created in one maping into any other reusable transformation?
How to improve the performance of a session using sorter transformation?
suppose if we have dublicate records in a table temp n now i want to pass unique values to t1 n dublicat values to t2 in single mapping using aggregator & router? how
How can a transformation be made reusable?