Write a query to find second highest salary of an employee.
Answer Posted / saravanan.s
select max(salary) as salaryemp from employee where
employee.salary<(select max(salary) from employee)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Do you know how can we make one test method dependent on other using testng?
what is the dictionary objects in QTP? and what is method of vb script using virtual object wizard........
What all different approaches can be used for designing an automation solution?
IS DATA INTEGRITY TESTING AND INTEGRATION TESTING ONE AND THE SAME?IF DIFF CAN U SPECIFY THE DIFFERENCES
What are the things that one should consider for selecting a project for test automation? For example, stability, etc.
Explain what is the hybrid framework?
hello frnds this pooja i hav started working on selenium with java ecllipse frnds could u tell me how to handle popup windows and security alerts i m jst trying and couldn't do anything plz help
What are the risks associated in automation testing?
Is automation testing in agile methodology useful or not?
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
Can any one give information on "Content Disposition" in TEST COMPLETE automation tool? mail me to pdamarakonda@smart-bridge.co.in call me to 09849423932
What is a critical bug in a testing field?
Define sdlc in testing.
Hi vishal, Thanks for your reply... But i am not using Mozilla fire fox.. I am using IE 7.. Could you suggest me in this case.. I have tried with Rational tools which i am getting some installation problem and netvantage..tool....which i felt i can't write script for that.. please guide me in this..
Where you have applied oops in automation framework?