Write a query to find second highest salary of an employee.
Answer Posted / lokesh kanithi
Select * from emp e where 2=(select count(Distinct(esal))
from emp where e.esal<=emp.esal)
| Is This Answer Correct ? | 27 Yes | 22 No |
Post New Answer View All Answers
Tell me how can we find the value of different attributes like name, class, value of an element?
Tell me how could ajax controls be handled in webdriver?
How could the web element attributes be inspected in order to use them in different locators?
What is tree view in automation testing?
Explain me what are the main advantages of automation testing?
What is the difference between automation tools and management tools?
What you know about table-driven testing?
Do you know what is a data-driven framework?
Do you know what is robot api?
What kind of tests should not be automated?
Please explain what is the difference between findelement () and findelements ()?
How will you automate basic “login” functionality test cases for an application?
What issues come up in test automation, and how do you manage them?
What is ‘good code’? What is ‘good design’?
how to test an webbased application?