in informatica,if i have some no.of records,if i want 1st
and 10th records..what will be the method to use?
Answers were Sorted based on User's Feedback
Answer / anoymous
override source qualifier
select * from tablename where rownum=1 and rownum=10;
| Is This Answer Correct ? | 4 Yes | 16 No |
wht target override?wht advantages it has compare to target update?
What is A complex mapping?
How do we do the Fact Load What is the size of your Data warehouse? What is your Daily feed size and weekly feed size
What is the Difference between SetVariable and setmaxvariable in informatica?
define galaxy repository in informatica
Session S1, S2, and S3. In the session S3 I want to load every Saturday. How it is possible?
How many types of sessions are there in informatica.please explain them?
What is IQD file?
write sql query following table pname description lux soap sunsilk shampoo lux shampoo sunsilk soap clouseup soap closeup paste i want the output like pname description lux soap sunsilk shampoo lux soap sunsilk shampoo closeup paste closeup paste
write asql query to filter improper date format? date 20-apr 11-mar-2010 30-may-2010 feb-2009 i want the output date 11-mar-2010 30-may-2010
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
I am using mapping variable, when i am running a session,before it has 10000 records, after completion of session what about value of mapping variable?