It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / ravi kumar battula
for max 3 salarie:
SELECT TOP 3 sal from( Select DISTINCT max(sal)ORDER By sal
DESC) Order by sal;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
what is meant by Implicit and explicit requirements?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
Describe function procedure in vbscript.
hou can we use vb script in qtp could u tell me breafly
How do you send email with attachment from outlook using qtp ?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Where to use function or action?
diff between qtp versions from 8.5
How you can find the absolute value of the number in qtp?
What is the virtual object?
What are the Disadvantages of shared object repository?
What are the common defects found in your project? (in qtp interview)