In a table, 4 person having same salary. How to get Third
person record only?
Answer Posted / gopi k
rownum is pseudo column, when query extracts rows rownum
will be appended to query. So where rownum = 3 condition is
a wrong one.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to join three sources using joiner?
Explain the pipeline partition with real time example?
What is joiner transformation in informatica?
How to load data in informatica ?
What are the new features of informatica 9.x at the developer level?
what is the complex transformation you used in informatica
What are the various types of transformation?
What are the types of caches in lookup?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
generate date / time dimension in informatica
What are the different types of olap? Give an example?
What are the new features of Power Center 5.0?
What is workflow? What are the components of workflow manager?
How many ways are there to do 'remove duplicate records in informatica'?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do