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

I have one table :EID,Depid,ename,sal
I want to have max(sal) in each department.

Answer Posted / venkat

select * from emp_test where sal IN(select max(sal) from
emp_test group by deptno)

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.

2348


How to drop a stored procedure in oracle?

1109


How to define an oracle sub procedure?

1232


How to add another datafile to a tablespace?

1095


How to change system global area (sga) in oracle?

1071


What are the various constraints used in oracle?

1104


What is a sub query and what are the different types of subqueries?

1178


What do database buffers contain?

1083


What happens if recursive calls get out of control?

1143


What is Reduced List of Values?

2247


How would you go about verifying the network name that the local_listener is currently using?

2111


I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?

1162


Design database draw er diagram for a certain scenario ?

4632


What is oracle latest version?

1153


How to define a specific record type?

1140