how will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me
Answer Posted / kondeti srinivas
Select * from (select rownum as rn, emp.* from emp) where
rn in (1,3,5);
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
How many numbers of sessions can one group in batches?
tell me about your project functionality
Explain sessions?
What do you understand by SOA of Informatica?
Explain your project of banking domian.
Can we create a node as a gateway node and the same node can be assigned to a grid?
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
Explain the types of lookup transformation?
What are the new features of informatica 9.x at the developer level?
How can we use mapping variables in informatica?
What is meant by lookup transformation?
Mention a few design and development best practices for informatica?
Target increases every day even though no new record was inserted
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?