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

a query to select maxmun 3 salaries of employee table

Answer Posted / kannan

select * from emp
where sal in (select max(sal) from emp
where level<=3
connect by prior sal>sal
group by level)

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to calculate date and time differences in oracle?

1099


how to clone 9i Database on to 10g Database.

2388


What is merge in oracle?

1098


Explain what does a control file contain?

1166


List the various oracle database objects?

1112


Difference between varchar and varchar2 data types?

1262


How to start instance with a minimal initialization parameter file?

1085


how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....

2119


How to grant create session privilege to a user in oracle?

1055


Briefly explain what is literal? Give an example where it can be used?

1091


What happens to the current transaction if the session is killed?

1039


What is the difference between postgresql and oracle?

1108


How to assign a table row to a record variable?

1095


How to create a new view in oracle?

1129


Explain the use of indexes option in imp command.

1264