Write a query to find second highest salary of an employee.
Answer Posted / dyson
select * from employee where
salary=(select max(salary) from employee where salary <(select max(salary) from employee))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell us what is the alternate way to click on login button?
What is an automation testing framework?
Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(
Do you know the difference between close and quit command?
Can any one give me the script for drag and drop or setselection functions ?like in a not pad i want to select 5 lines
hi i would like to know is there any training institue for Calabash,robotium and ui automator in hyderabad...urgent
What steps are needed in developing and running a software test?
What is the Differnce between Client/Server Testing and Web Based Testing?
What are the disadvantages of Hybrid framework
Tell me what type of scenarios can be automated?
Any one suggest me for Free ware (Opensource) Automation tool for regression testing.
What is junit annotation?
i need test cases for defect maganement tools
Tell me what are pros and cons of automating tests at ui layer?
IS DATA INTEGRITY TESTING AND INTEGRATION TESTING ONE AND THE SAME?IF DIFF CAN U SPECIFY THE DIFFERENCES