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
is it possible to index the data in cache of lkp transformation ?
Is it possible to define a single node as a Gateway node as well as worker node?
Describe an informatica powercenter?
Explain joiner transformation in informatica
In informatics server which files are created during the session rums?
Explain incremental aggregation in informatica
Differentiate between joiner and lookup transformation?
Explain what is informatica metadata and where is it stored?
How to generate sequence numbers using expression transformation?
What are the components of workflow manager?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
What is a passive transformation?
what is index?how it can work in informatica
what are the Methods For Creating Reusable Transformations?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?