Write a query to find second highest salary of an employee.
Answer Posted / aj
select * from emp A where 1=(select count(*) from emp B
where A.SALARY < B.SALARY)
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
Tell me what is the firefoxdriver, class or an interface? And which interface does it implement?
did anybody take online training from Mind Q systems hyderabad? please share your experience. thanksĀ
Give some examples for functional & regression test tools?
What is open source tool and give example?
What is the different between GUI map and GUI map files?
What is junit annotation?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
List some advantages and disadvantages of automation testing.
Types of F/w in Automation
How do i startup with Remedy testing tool. Couldnot able to find any links for startup. Please help me to startup with this remedy tool.
What is test driven development?
How do we Test the C++ and Unix Application Using Automated Tool.
suggest me the free online books on software testing?
Can we do automation testing without a framework? If yes, then why do we need a framework?
What are the advantages of test automation?