It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / ruchi
In MYSQL:
select salary from (select salary from tbl_salary t order
by salary desc) as u limit 3;
u is the table alias,which is a must.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
How to use parameterization in qtp?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
How will you compare keyword and expert view?
When should I use smart identification?
What is the difference in testing a client-server application and a web application?
In Remote acess server how u run a test?
How do Parameterization and Data-Driving relate to each other in QTP?
What are the benefits of qtp?
How many types of run modes are there in qtp?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
What is a data driven test in qtp?
How to interact tool & application build in QTP?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Explain advantages and disadvantages of ddf?