Write a query to find second highest salary of an employee.
Answer Posted / ashutosh singh
select distinct(a.Sal) from emp a where &n=(select
count(distinct(b.Sal)) from emp b where b.Sal<a.Sal)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Please explain how to perform load-testing?
I am new to Test Complete ,can any one suggest me the steps to create/Record and replay a test in Test complete 6....
What is test driven development?
hi i would like to know is there any training institue for Calabash,robotium and ui automator in hyderabad...urgent
How automation process is carried out?
Explain what sikuli is?
Explain about basics of rational robot - ibm test automation tool?
Any one suggest me for Free ware (Opensource) Automation tool for regression testing.
What is a ‘test plan’? What is a ‘test case’?
Why automation testing?
What is the Differnce between Client/Server Testing and Web Based Testing?
1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: "test scenarios" & "test approch": points)
What is a framework and what are the frameworks available in rc?
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
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?