Write a query to find second highest salary of an employee.
Answer Posted / subash chand
SELECT max(salary) FROM Employee WHERE Employee.salary <
(SELECT max(salary) FROM Employee);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What steps are needed in developing and running a software test?
Do you know what is functional testing?
Tell me how could the web element attributes be inspected in order to use them in different locators?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
can anyone suggest me any low cost tool that can support both Manual and Automation testing ?
Explain some disadvantages to manual software testing?
why should we choose VSTET(Visual Studio Team Edition for Testers) and not QTP?pleas give me the reasons for "WHY" we have web and client server app, supports power builder and on windows OS so this is the background of tech and envir things we have and now VSTET is good to use or not? if "NO" then tell me why
What is the difference between automation tools and management tools?
What is test driven development?
What are the disadvantages of Hybrid framework
What are the types of the framework used in software automation testing?
What are the points that are covered while planning phase of automation ?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
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
What is the major difference between Acceptance test , Functional test , Usability test and Performance test with special reference to auotomotive domain