Write a query to find second highest salary of an employee.
Answer Posted / selvaraj
select max(salary) as 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 me how a text written in a text field could be cleared?
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
Is automation testing in agile methodology useful or not?
what are the steps followed in unit testing, system testing, integration testing
Explain me what the webdriver supported mobile testing drivers do you know?
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
Explain how to perform load-testing?
On what basis you can map the success of automation testing?
Which protocol cam be used to makw jdbc connection woth loadrunner
List out some of the automation tools which could be integrated with selenium to achieve continuous testing.
How do you decide which tool you have to use?
Tell me what are pros and cons of automating tests at ui layer?
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
How many test cases have you automated per day?
Tell me what is an absolute xpath?