Write a query to find second highest salary of an employee.
Answer Posted / priyanshu
select First_Name,Salary from employees where salary in
( select max(salary) from employees
where salary < ( select max(salary) from employees) ),
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between automation tools and management tools?
What generally is the structure of a framework?
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
Can you achieve 100% automation?
Can the activities of test case design be automated?
What is tsl?
What is an automation testing framework?
Tell me what is the purpose of getoptions() method?
Define sdlc in testing.
How many test cases have you automated per day?
What is tree view in automation testing?
Tell us how can we handle web-based pop-up?
Tell me the fundamental difference between xpath and css selector?
List out some of the automation tools which could be integrated with selenium to achieve continuous testing.
Tell us what is the difference between getwindowhandles() and getwindowhandle()?