prashant-jbp / lession_2r

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL GROUP BY Statement

  • The GROUP BY statement groups rows that have the same values into summary rows, like "find the number of customers in each country".

  • The GROUP BY statement is often used with aggregate functions .

  • Some aggregate functions (COUNT(), MAX(), MIN(), SUM(), AVG()) to group the result-set by one or more columns.


class Test{
public show(){
System.out.println("jbp");
}

About


Languages

Language:Java 92.9%Language:HTML 7.1%