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
Explain the code page compatibility?
What are the different types of olap? Give an example?
write a query to retrieve the latest records from the table sorted by version(scd)
lookup transformation with screenshots
4 yrs etl devloper roles and responsibilities?any body give solutions
how to create user defined function (udf) in informatica
What are the data movement modes in informatica?
What is the use of target designer?
What are pre and post-session shell commands?
what is the complex transformation you used in informatica
Enlist the various types of transformations.
What do you mean by blocking transformation?
What is the need of etl tools?
Please let me know how to make encryption and decryption with example?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?