Group By Details
This section details how to utilize SQL's Group By functionality.
Column Name | Column Data | Column Type | Description |
---|---|---|---|
ID | 1 | Integer | Unique identifier for each row |
Name | Alice | Text | User's name |
Age | 30 | Integer | User's age |
City | New York | Text | User's city |
Order | 123 | Integer | Order number |
Product | Laptop | Text | Product name |
Price | 1200 | Decimal | Product price |
This is a basic example of how group by can be used.