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
List some advantages and disadvantages of manual testing.
what is aom and how to add object repository? i am very new to QTP please help me
How is Jmeter tool very useful in projects when it does not have features like online monitoring,WAN emulation,caching like other performance tools.
Do you know how to verify if the checkbox/radio is checked or not?
Where to maintain information like login, password and url?
Please explain what is the hybrid framework?
Tell us what you know about table-driven testing?
8. How we test web based application
WHAT IS TEST SCRIPT AND HOW DO YOU CREATE IT?
What is modular automation?
What is the purpose of getoptions() method?
Define sdlc in testing.
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
why we cannot apply check points in compile modules?
What is Sikuli?