Write a query to find second highest salary of an employee.
Answer Posted / sisara bharat
SELECT max(salary) FROM Employee WHERE Employee.salary <
(SELECT max(salary) FROM Employee)
Plz reply if anyone having generic answer. :-)
Thanks
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what r the diffence between QTP 8.2 & QTP9.0?
What are the main attributes of test automation?
What is keyword driven automation?
what are the steps followed in unit testing, system testing, integration testing
Does every software project need testers?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
What all different approaches can be used for designing an automation solution?
how to re-install QTP 11.0 trial version
Can any one give information on "Content Disposition" in TEST COMPLETE automation tool? mail me to pdamarakonda@smart-bridge.co.in call me to 09849423932
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?
Hi all, Do anyone have the experience in PDF Document Automation using OLE objects and methods? If so suggest the best websites for source. Thanks :-)
Tell us how can you find if an element is displayed on the screen?
What issues come up in test automation, and how do you manage them?
Tell me what databases can test director reside on?
Explain me how do you send enter/tab keys in webdriver?