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
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
If I give some thousand tests to execute in two days what do you do?
what is supply chain management?
How you can make an action as re-usable action?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
Why do we use breakpoints in QTP?
How many types of recording facility are available in quicktest professional (qtp)?
Name the properties you would use for identifying a browser and page when using descriptive programming?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
How can I import environment from a file on disk?
If you are testing a web application then what will you test in that application?
Explain the use of action split in qtp?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
For which type of projects the iterative model is not suitable?