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 / madhu sudhan g
Hiii
Try this query it will give you the answer
select count(1) as EmpCount,EmployeeName from EMP
GROUP BY DepartmentName
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
Explain Normalization and DE normalization
Name and describe few console utilities for ssrs?
explain different types of constraints? : Sql server database administration
Explain the dirty pages?
According to you what goes into making the best database administrator? : sql server database administration
How to integrate the ssrs reports in application?
How to bind a view to the schema of the underlying tables?
How to get the definition of a stored procedure back?
What are the properties of the relational tables?
what is sql server? : Sql server database administration
How many databases instances are there in sql server 2000?
Explain the types of indexes.
Describe how to use the linked server?
What do you understand by user-defined function in the sql server?