It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / harish
Sorry ..above one is to find lowest threee...
This is for highest 3 salaries -
select salary
from (select salary from tablename order by salary desc)
where rownum < 4;
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Why script error occur in between recording in qtp?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
How will you find the current time of the remote machine using QTP script?
What are the steps involved in the recovery scenario wizard?
How to find the length of the string in qtp?
What is an expert view and keyword view?
How to associate shared object repository to test in qtp?
QTP script is not working on other's machine..
in a web page How to check and display a particular word from a paragraph?
What is the limitation to XML Checkpoints?
What are the types of object repository in qtp?
Explain the types of object repository?
How to suppress warnings from the test results page?
What is the difference between byref and byval in qtp?
How many scripts did you have?