Write a query to find second highest salary of an employee.
Answer Posted / vidhya
select max(column name) from table_name where((select max
(column name) from table_name Order by salary Desc) set
difference (select max(column name))
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Does automation testing have any disadvantages?
4. How we implement Winrunner,in our project?
How could the web element attributes be inspected in order to use them in different locators?
i have one answer from you that today the test cases are not stored in the database(SQL server 2005). But in automation testing where does the test case store? plz tell me... i have more confusion
Explain what is the difference between findelement () and findelements ()?
Write a short compiled module which selects random numbers?
Elaborate the scripting standard while executing testing
Tell us what methods of robot class do you know?
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... :(
Mention a few good practices while performing automation testing.
Where you have applied oops in automation framework?
Explain some disadvantages to manual software testing?
Is ui level testing possible?
Name a couple of standard web function found in the function generator?
Tell me what is intellij?