how will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me
Answer Posted / punyaslok
(select * from emp)-(select rownum,emp.* from emp order by
mod(rownum,2);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the maplet?
what is the hint? how to use it to reduce the query processing in program?
Explain why we use partitioning the session in informatica?
how many types of dimensions are available in informatica?
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
differences between service based and product based?
design of staging area?
Explain pushdown optimization $pushdownconfig parameter - informatica
What you know about transaction control transformation?
What is the use of source qualifier?
How to load data in informatica ?
What are the different lookup cache(s)?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
How can we delete duplicate rows from flat files?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.