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
Can we create two repositories on same database instance in oracle?
Separate from a database, an information bazaar, and an information stockroom?
How to load last n records of file into target table - informatica
explain about unit testing? in real time?
where to store informatica rejected data? How to extract the informatica rejected data?
What is sq transformation?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
How do you load unique records into one target table and duplicate records into a different target table?
State the differences between sql override and lookup override?
Explain the shared cache and re-cache?
What is a sequence generator transformation?
What are mapplets?
What is Data Caches size?
Which is the t/r that builts only single cache memory?
Design a mapping to load a target table with the following values from the above source?