Write a query to find second highest salary of an employee.
Answer Posted / chandramami
SELECT MAX(e.salary)
FROM emp e,emp e1
WHERE e.salary<e1.salary;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do we Test the C++ and Unix Application Using Automated Tool.
hi, I want to study TIA portla V11. where can I get online courses?
How you report bug in to bugzilla
Give some examples for functional & regression test tools?
Do you know what is robot api?
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}?
can any one tell me the examples of white box testing
In Selenium how a test suit is run and report is generated.
notice the distinction between data driven testing and retesting?
Explain what sikuli is?
What is a framework for automation testing?
What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?
Do you know what is a data-driven framework?
Tell me what is regression testing?
write a programme to insert into elements in array?n finding duplicate characters in given sting?