Function
|
AVG
|
Description
|
Calculates the
average of the Values in a Group.
|
Syntax
|
AVG (<
|
Optional
|
ALL OR DISTINCT keyword can be used before the <
|
Example
|
Select AVG(Math_Marks)
From StudentMarks Group By Sections
|
Function
|
COUNT
|
Description
|
Gives no of items in
a group
|
Syntax
|
COUNT (<
|
Optional
|
ALL OR DISTINCT keyword can be used before the <
|
Example
|
Select Count(Student)
From StudentMarks Group By Sections
|
No comments:
Post a Comment