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
Elaborate the fields in bug report in automated testing
In Selenium how a test suit is run and report is generated.
What is build verification testing, bvt?
What is the process of Automation Testing?
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
How to check if an element is visible on the page?
Differentiate between hdam and hidam database?
Tell me what is tsl? What 4gl is it similar too?
did anybody take online training from Mind Q systems hyderabad? please share your experience. thanksĀ
Bug report formate in bugzilla
What java api is required for generating pdf reports?
Explain what sikuli is?
List the five essential types of test steps?
What are the pre-requisites to start automation testing?
Can we do automation testing without a framework? If yes, then why do we need a framework?