how will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me
Answer Posted / uma
select * from (select rownum rn,ename,job,sal
from emp)
where mod(rn,2) <> 0;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Informatica settings are available in which file?
What are mapplets?
What does refresh system mean, and what are its distinctive choice?
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
what is song in infrmatica...?
Please let me know how to make encryption and decryption with example?
What is DR strategy for Informatica project?
What is a filter transformation?
Can you use flat files in Mapplets.
Can we change Dynamic to Static or Persistent cache? If so what happens?
Enlist the tasks for which source qualifier transformation is used.
What is dimensional table?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
what is $$$$?