adspace
how can we load starting with 11th record of a table from
source to target
Answer Posted / akash
This scenario can also be implemented by using the
following query in Source Qualifier:
select * from table_name where rowid not in (select rowid
from table_name where rownum <= 10)
This will give the records after 10
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
can anybody send me some real time screenshots of mapping in informatica powercenter. i will be vary thankful to him. my e-mail id :- prakashkumar.kumhar@gmail.com
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
How do you remove duplicate records in informatica? And how many ways are there to do it?
Hi all , I am planning for informatica S - PowerCenter 8 Mapping Design certification. I have rewuired the dumps for the same. if anyone of you having the same pl. share it with me. This will be of great help. My contact is : sagardev7@gmail.com TIA , Sagar
Explain in detail about scd type 1 through mapping.
What is dimensional table? Explain the different dimensions.
EXL informatica Questions
Explain scd type 3 through mapping.
draw informatica architecture 8.6 ?
Write the unconnected lookup syntax?
What is dimensional table?
Write the unconnected lookup syntax and how to return more than one column.
Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.