Write a query to find second highest salary of an employee.
Answer Posted / sweety spear
select *from emp e1 where &n =(select count(*) from emp
where sal >= e1.sal);
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What are the types of the framework used in software automation testing?
What is a framework for automation testing?
Tell me what is automation testing?
What are the different types of testing framework techniques?
What is the difference between close and quit command?
List some advantages and disadvantages of automation testing.
What is the Differnce between Client/Server Testing and Web Based Testing?
Which package can be imported while working with webdriver?
What are the steps involved in the automation process ?
How could the web element attributes be inspected in order to use them in different locators?
What is a critical bug in a testing field?
Explain me which web driver implementation is the fastest?
What is data - driven automation?
Tell us what you know about table-driven testing?
When do you prefer manual testing over automation testing?