Write a query to find second highest salary of an employee.
Answer Posted / nitin shrivastava
SELECT MAX(esal) AS Expr1
FROM Emp
WHERE (esal NOT IN
(SELECT MAX(esal) AS Expr1
FROM Emp AS Emp_1))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is in-house tool?
Explain me what the webdriver supported mobile testing drivers do you know?
Do you think that testing can be done only at the ui level?
What is a framework for automation testing?
How you report bug in to bugzilla
Explain me how do you send enter/tab keys in webdriver?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
write a programme to insert into elements in array?n finding duplicate characters in given sting?
Have you completed the cps exam? Which one?
Tell us the difference between assert and verify commands?
What is mean by ARGO testing? Can you please explain anyone
What java api is required for generating pdf reports?
What is test driven development?
List the five essential types of test steps?
What is modular automation?