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

Query to get max and second max in oracle in one query ?

Answer Posted / purna chowdary

Select Sal From Emp A
WHERE 1=(Select Count(Sal) From Emp B
WHERE B.Sal>A.sal)
GROUP By Sal Desc

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.

1995


What is Reduced List of Values?

2245


Explain user account with reference to oracle.

1031


Can you create a synonym without having a table?

1095


What privilege is needed for a user to create tables in oracle?

994


State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.

1096


When do you get a .pll extension in oracle?

1193


Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.

2176


Is the After report trigger fired if the report execution fails ?

2955


Explain what are the different type of segments?

1004


Can we use oracle pl/sql block in core java? if so how? pls get back to me .....

3023


There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??

2085


What are the set operators union, union all, minus & intersect meant to do?

1032


Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.

2181


How are extents allocated to a segment?

1182