Write a query to find second highest salary of an employee.
Answer Posted / barochia dharmesh
select Income from (
select Rank() over(order by Income desc) topRecord, Income
from (select distinct Income from tblName) tbl ) tbl2
where topRecord = 2
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Mention a few good practices while performing automation testing.
hello frnds this pooja i hav started working on selenium with java ecllipse frnds could u tell me how to handle popup windows and security alerts i m jst trying and couldn't do anything plz help
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... :(
What are the things that one should consider for selecting a project for test automation? For example, stability, etc.
Please explain what is the difference between findelement () and findelements ()?
I want to test a mobile software by an automation tool which is a IP telephony based software designed for both ios and android phone, basically this apps is develop for make call though few low cost audio codecs from Aircraft to Ground and Ground to Aircraft so anyone can suggest me which testing tool we can use for it
hi i would like to know is there any training institue for Calabash,robotium and ui automator in hyderabad...urgent
Tell us what methods of robot class do you know?
What generally is the structure of a framework?
What is tsl?
Explain about basics of rational robot - ibm test automation tool?
What is test automation?
What are the differences between open source tools, vendor tools, and in-house tools?
Explain me what kinds of annotations are used in testng?
Do you know the difference between close and quit command?