Write a query to find second highest salary of an employee.
Answer Posted / rajesh kole
SELECT MIN(Sal) FROM Employee
WHERE Sal IN
(SELECT TOP 4 Sal FROM employee ORDER BY Sal DESC)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name some of the commonly used automation testing tools that are used for functional automation.
How does load testing work for websites?
Tell me how can we find the value of different attributes like name, class, value of an element?
Can you tell some good coding practices while automation?
Tell me what is intellij?
What is an automation testing framework?
Elaborate the fields in bug report in automated testing
How can we make one test method dependent on other using testng?
What are the steps involved in the automation process ?
Which is the best place to learn Loadrunner performance testing in hyderabad ?
Tell us what is the difference between getwindowhandles() and getwindowhandle()?
Bug report formate in bugzilla
On Test Complete I recorded some keyword test. while I'm running the batch test, if one test case failed, then how test complete skip the failed test case and again continue to run the test case? please provide some way to resolve this issue.
Give some examples for performance test tools?
What are the phases in automation testing life cycle?