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
Explain me what the webdriver supported mobile testing drivers do you know?
2. How you will collect a module from the version?
How to login into any site if it's showing any authentication pop-up for username and password?
How do i startup with Remedy testing tool. Couldnot able to find any links for startup. Please help me to startup with this remedy tool.
List out some of the automation tools which could be integrated with selenium to achieve continuous testing.
What steps are needed in developing and running a software test?
script to check availibility of mail in yahoo mail box in qtp
Tell me how would you test your own element locator?
What is test tool?
What are different coverages in function testing?
What are the main differences between Loadrunner and QTP tools? Describe briefly a "real world" scenario that would make you use the first one versus the other? Thank you for your answers....
what is aom and how to add object repository? i am very new to QTP please help me
What should you do after finding a bug?
Can we find all links on a web page?
When is automation testing useful?