Write a query to find second highest salary of an employee.
Answer Posted / vittal
select max(sal)from emp e1 where 2<=(select count(*) from
emp e2 where e1.sal <= e2.sal);
| Is This Answer Correct ? | 66 Yes | 38 No |
Post New Answer View All Answers
Where you have applied oops in automation framework?
What steps are needed in developing and running a software test?
what is aom and how to add object repository? i am very new to QTP please help me
Tell me what is a keyword-driven framework?
if i want to use different values in datatable with each iteration of for loop what would i do ??/
Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.
What are the types of framework used in software automation testing ?
What is difference between selenium and QTP tools Which is best tool... Which is most used tool
What COM Interfaces u r using in QTp While Connecting QC or TD? Or in QTP?Any body plz urgent...
Is automation testing a complete replacement for manual software testing?
In Selenium how a test suit is run and report is generated.
Why automation testing?
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 do you think holds the testers back to do automation? Is there a way to overcome it?
Can we prioritize tests in Junit. What is the sequence of execution in Junit?