Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
GROUP BY « Select Query « Oracle PL / SQL
Oracle PL / SQL
Select Query
GROUP BY
1.
Use avg, sum, max and count functions with group
2.
Using the GROUP BY Clause
3.
Must include a nonaggregate column in the SELECT list in the GROUP BY clause
4.
Use group by and avg
5.
GROUP BY may be used on a column without the column name appearing in the result set
6.
Grouping at Multiple Levels: group by more than one column
7.
Column sequence in the group by impacts the ordering
8.
Using the ORDER BY Clause to Sort Groups
9.
You don't have to include the columns used in the GROUP BY clause in your SELECT clause
10.
GROUP BY and HAVING clauses
11.
Using a Column Multiple Times in a GROUP BY Clause
12.
timing and auto tracing a select statement with group
13.
Group joined tables
14.
Group by case
15.
Group by course name then by begin date
16.
Group and count employeem and display only if its count is more than 4
17.
Count all employees by even/odd employee id