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
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
How do you configure QTP AND Test director?
How can you identify the browser and its information using QTP script?
can u explain relative path architecture framework in qtp?
How would you export a script from one pc to another in qtp?
What are the advantages of qtp?
Which scripting language used by quicktest professional (qtp)?
What is the short cut keys for the following?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Does Low-level recording capture mouse movements?
How can I change object description or check point values in qtp?
what is profile tool?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
How can you close the second opened browser?