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
Any kind of test which you think should not be automated?
explain add in manager and virtual object wizard in winrunner
What all things can you automate?
What is test automation?
What are the important operations in database testing?
what is nTier Architecture understanding what is Microsoft ASP.net, ASP and SQL understanding what is Web Application and eCommerce application understanding what is Unit, System, Regression, FAT testing ? Test Automation and Test Script Authoring
How did you use automating testing tools in your job?
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT
Tell me what is a keyword-driven framework?
Do you know how to verify if the checkbox/radio is checked or not?
Tell me what is the testng.xml file used for?
Where to maintain information like login, password and url?
What is keyword driven automation?
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?