Write a query to find second highest salary of an employee.
Answer Posted / nitin shrivastava
SELECT MAX(esal) AS salary
FROM Emp
WHERE (esal <
(SELECT MAX(esal) AS Expr1
FROM Emp AS Emp_1))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know how to check if a button is enabled on the page?
How do you decide which tool you have to use?
test cases test wheather window? test cases to test calculaor? test cases to test a reverse string program? test cases to test program{ int.parse(sting str) $return (int)}? test cases to test program{display string length}?
When will you not automate testing?
write a programme to insert into elements in array?n finding duplicate characters in given sting?
Describe some problem that you had with automating testing tool.
how to map requirements& test cases in quality center ???
Tell us can we find all links on a web page?
How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.
Tell me what are pros and cons of automating tests at ui layer?
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?
Does automation testing have any disadvantages?
Do you know how to verify if the checkbox/radio is checked or not?
Tell us what methods of robot class do you know?
i need test cases for defect maganement tools