If a table contains 100 records we have to fetch 50-100
records from source to target?how
Answer Posted / vikash sharma
SELECT * FROM Tab_name
WHERE Record BETWEEN 50 AND 100;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
expain about the tune parameters?
What is the way to execute pl/sql script using informatica mapping?
write a query to retrieve the latest records from the table sorted by version(scd)
What is data movement mode in Informatica and difference between them?
Please let me know how to make encryption and decryption with example?
Explain joiner transformation in informatica
How many input parameters can exist in an unconnected lookup?
Can anyone tell me the new features in Informatica 9 Version?
What is Cognos script editor?
explan ur project architecture?
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
tell me the rules and responsblites in our project(my project is development)
Explain what are the different versions of informatica?
How do you change a non-reusable transformation to reusable transformation?