Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Where you have applied oops in automation framework?

1183


What steps are needed in developing and running a software test?

1088


what is aom and how to add object repository? i am very new to QTP please help me

2036


Tell me what is a keyword-driven framework?

1027


if i want to use different values in datatable with each iteration of for loop what would i do ??/

2130


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.

1953


What are the types of framework used in software automation testing ?

1013


What is difference between selenium and QTP tools Which is best tool... Which is most used tool

1453


What COM Interfaces u r using in QTp While Connecting QC or TD? Or in QTP?Any body plz urgent...

2021


Is automation testing a complete replacement for manual software testing?

1167


In Selenium how a test suit is run and report is generated.

2102


Why automation testing?

1126


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... :(

2271


What do you think holds the testers back to do automation? Is there a way to overcome it?

1102


Can we prioritize tests in Junit. What is the sequence of execution in Junit?

2058