In a table, 4 person having same salary. How to get Third
person record only?
Answer Posted / srikanth
id sal
101 1000
102 1000
103 1000
104 1000
select id, sal from emp where rownum<=3
minus
select id, sal from emp wwhere rownum<=2;
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
What is a grid in Informatica?
Briefly describe lookup transformation?
Explain the code page compatibility?
What does update strategy mean, and what are the different option of it?
how to load rows into fact table in data warehouse
Which development components of informatica have the highest usage?
explain abt ur project architecture?
What is the advantage of informatica?
Hi, I am planning to take Infa Certification exam but am unable to find its dumps anywhere on web. If anybody has it, plz share them with me. jkinfo22@gmail.com Thanks in advance
Define mapping and session?
What is enterprise data warehousing?
update strategy transformation in informatica
What is the function of aggregator transformation?
Explain what is informatica metadata and where is it stored?