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
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Analyzing the checpoint results?
What is object spy in quicktest professional?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Explain how qtp identifies objects?
How to change the priorities of the recovery scenario properties?
How will you declare a variable in qtp?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
how can we do the frame work in qtp
Did QTP prove efficient for your project? Yes or No, explain?
Where we use data driver in qtp?
How can get count of list box?
Explain sub procedure of vbscript.
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How to write business scripts using object repository with different scenarios