empno sal
1 8000
2 9000
3 8000
4 1000 how to get highest sal wise rankings in rank t/r.
Answer Posted / ganesh
write a query like
select * from <table_name> order by where sal=(select max(sal) from <table_name>)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
what is the Default Source Option For Update Strategy Transformation?
how many types of dimensions are available in informatica?
How would you copy the content of one repository to another repository?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
Define joiner transformation?
EXL informatica Questions
Write the different tools in the workflow manager?
What will be the approach?
How to load data in informatica ?
What are the issues you have faced in your project? How did you overcome those issues?
What is complex mapping?
if we have a delimiters at unwanted places in a flat file how can we over come those.
Define filter transformation?
Explian the Process of deployment groups in informatica