Write a query to find second highest salary of an employee.
Answer Posted / harikrishna ravipati
select max(sal) from emp where sal <
(select max(sal) from emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell us what methods of robot class do you know?
What are different coverages in function testing?
Tell me what is regression testing?
What are the 5 common software development problems solutions?
What are the main attributes of test automation?
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 test automation or automation testing?
Give some examples for defect management tools?
What is a framework for automation testing?
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
what is the advantage and dis-advantages of using framework ?
How do you plan test automation?
How do we Test the C++ and Unix Application Using Automated Tool.
How can we make one test method dependent on other using testng?
Tell me what is tsl? What 4gl is it similar too?