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
What are the important modules of an automation testing framework?
What you know about table-driven testing?
Elaborate the situation where automation testing can’t be used for agile methods?
What java api is required for generating pdf reports?
What is ‘good code’? What is ‘good design’?
What is keyword driven automation?
I am new to jmeter and i am working on .net application.I am recording the requests and pop up images data are not recording.can some one suggest an idea regarding this
Tell us how to select a value in a dropdown?
What is the major difference between Functional test, Acceptance test, Usability test and performance test. With special reference to automotive domain
Is automation testing in agile methodology useful or not?
Tell us what methods of robot class do you know?
What is Sikuli?
Do you know how to verify if the checkbox/radio is checked or not?
What are the types of framework used in software automation testing ?
What do you think holds the testers back to do automation? Is there a way to overcome it?