Answer Posted / vampire007
We use GroupBy clause to analyze data in table,by means of
various sql server aggregate functions like SUM(), AVERAGE
() etc., according to some domain.
For eg., If we want to know the sales done by a every
employee, then we would use somewhat this kind of query:
/**
select employeeid, count(*)
from orders
groupby employeeid
order by employeeid
**/
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How to Update from select query in sql server?
What is stretch database in sql server?
How to rebuild the master database?
What is dirty read?
Explain about builtinadministrator?
What are the rendering extensions of ssrs?
What is plan freezing?
How would we use distinct statement? What is its use?
What does REVERT do in SQL Server 2005?
Why de-normalization required?
How to name query output columns in ms sql server?
What is molap and its advantage? : sql server analysis services, ssas
How and why use sql server?
What are the 7 disadvantages to a manual system?
How check triggers in sql server?