Write a query to find second highest salary of an employee.
Answer Posted / dharmaraj
SELECT max(salary) as salary FROM Employee WHERE salary <
(SELECT max(salary) FROM Employee)
| Is This Answer Correct ? | 67 Yes | 9 No |
Post New Answer View All Answers
4. How we implement Winrunner,in our project?
Explain load testing on websites?
Tell us how can you create html test report from your test script?
why we cannot apply check points in compile modules?
What is meant by the automation framework?
What is the scripting standard while performing automation testing?
Do you know what is selenese?
Name some of the commonly used automation testing tools that are used for functional automation.
Can you explain me what is object repository?
What all things can you automate?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
What are the drawbacks of test automation?
How do you select which automation tool is best suited for you?
Explain what is the difference between findelement () and findelements ()?