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
What is the commit type if you have a transaction control transformation in the mapping?
What is a predefined event?
How we can use union transformation?
How many types of sessions are there in informatica.please explain them?
Do you find any difficulty while working with flat files as source and target?
What does refresh system mean, and what are its distinctive choice?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
Define filter transformation?
Explain how to import oracle sequence into informatica?
What are the components of the workflow manager?
Enlist the differences between database and data warehouse.
What is enterprise data warehousing?
Is it possible to revert a global repository to local one and why?
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
Why update strategy and union transformations are active? Explain with examples.