It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / pardeep kumar
Let I have EmpSal column in the tbEmployee table.
Select Min(EmSal) from tbEmployee where EmpSal IN(Select
Distinct Top 3 EmpSal From tbEmployee order by empsal Desc)
If this helps you then send me the mail at
pardeep_dhiman86@yahoo.co.in
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
how interviews will be on QTP?
How to add verification steps to tests?
What is ‘object spy’ and what is the function of object spy in qtp?
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
With what extension you can save the list of tests in a file to run in test batch runner?
What is object repository in qtp?
Differences between quicktest professional (qtp) and winrunner?
What is checkpoint in qtp?
What test you perform mostly? Regression or retesting in your testing process?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Where we can use the analog mode and where we can use the low – level mode?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
What is Port testing. Whhen will you perform?
What is output value? How many types of output values are there in qtp?