Write a query to find second highest salary of an employee.
Answer Posted / p
select ename from emp where esal=(select max(esal) from emp
where esal<(select max(esal) from emp));
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the drawbacks of test automation?
What is test tool?
How do you decide which tool you have to use?
Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.
What is a critical bug in a testing field?
When will you not automate testing?
How software testing is handled?
Hi, here r some questions, which were asked in Ekaplus, plz process these questions. 1. How we connect with the version?
On what factors can you map the success of automation testing?
Can you do without a framework?
wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.
What is self-referencing constraint in mainframe development?
if we are using an Engine (tool)..with that how to capture data from excel sheets and how to do automation with this plz answer any body for this question.?
What is test automation?
Do you know when autoit is used?