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

hi friends please answer this question ASAP:-
how to count the no. of employee in a each department
or
no. of employee in each location by using emp/dept table

Answer Posted / ezhumalai

select d.dept_ID ,count(empid) from Emp a inner join Department b
on a.empid=b.empid
group by d.dept_ID

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain various On-Delete options in a DB table. Which is the default option?

1532


How to find out what is the default collation in a database?

1179


John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?

987


List some case manipulation functions in sql?

1090


Does index speed up select statements?

1074


What are the filtered indexes?

1093


What is the difference between clustered index and primary key?

970


Can we join two tables without primary key?

1095


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8203


Differentiate between mongodb vs. Sql server?

1142


What is the purpose of sql profiler in sql server?

1067


List out the difference between union and union all in sql server?

1041


What does Master database contains?

1182


How to download and install the scaled-down database adventureworkslt?

1039


What are the difference between primary key and unique key? : sql server database administration

992