Write a query to find second highest salary of an employee.
Answer Posted / gokulapriya
select * from employee where salary < (select max(salary)
from employee)
(i have written as sub query)
is this right
| Is This Answer Correct ? | 5 Yes | 31 No |
Post New Answer View All Answers
5. What are the tests you are conducting through winrunner?
Tell me what is regression testing?
Tell us the difference between assert and verify commands?
What are the advantages of automation testing?
Any kind of test which you think should not be automated?
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
What is testng and why is it better than junit?
Please explain what is the difference between findelement () and findelements ()?
How did you use automating testing tools in your job?
how to use regular expression in Test Complete Functional tool
Do you know what is the purpose of deselectall() method?
Which is the best place to learn Loadrunner performance testing in hyderabad ?
wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.
Explain me how to check if an element is visible on the page?
What do you think holds testers back to do automation? Is there a way to overcome it?