how will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me
Answer Posted / sandipana
select rownum as rank,emp_id,sal from(select
lastname,salary from employees orderby salary desc)
where rownum IN(1,3,5);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the differences between oltp and olap?
What is the benefit of partitioning a session?
Enlist the advantages of informatica.
How do you set a varible in incremental aggregation
How can you validate all mappings in the repository simultaneously?
Is there any way to read the ms excel datas directly into informatica?
How identifying bottlenecks in various components of informatica and resolving them?
WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com
Can we get 1st record through Informatica(without sequence number).
What is the Process to creating lookup transformation in informatica
draw informatica architecture 8.6 ?
What are the restrictions of union transformation?
What is the meaning of up gradation of repository?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
How to do unit testing in informatica?