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
What r the different filters in defect in quality center
What is an expert view and keyword view?
The hybrid framework can be implemented for any application. Is it true?
What is the difference between the design-time and run-time data tables?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Explain the Different types of QTP test assets and their extensions?
Explain QTP using different development techniques ?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Limitations in QTP?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
how to acess a test in RSA?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Explain types of output values?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,