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


Please Help Members By Posting Answers For Below Questions

What is resilience time?

671


What are the different transaction levels available in transaction control transformation?

685


In what scenario we use to improve session performance by pushdown optimization?can any one give example?

5274


Implementation methodology

1273


hi real timers . iam waiting for ur reply regarding ETL TESTING

1820






Explain incremental aggregation in informatica

661


can you please explain me pre session and post session options?

6399


Differentiate between router and filter transformation?

627


If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?

8589


Explain the tuning lookup transformation - informatica

623


How can we improve session performance in aggregator transformation?

682


can any one give some examples for pre sql and post sql(Except dropping and creating index).

3526


tell me about your project functionality

1879


Define update strategy?

645


What is sq transformation?

679