Aggregate Functions - SQL Tutorial In Sinhala

Aggregate Functions - SQL Tutorial In Sinhala - Part 6

 Hits: 949

Use Aggregate Functions to Summarise Data - SQL Tutorial In Sinhala - Part 6

Download Exercise File with SQL Database:
https://www.bestjobslk.com/download.php?v=Ur3q2ruqkC4

Aggregate Functions:

  • COUNT() - Counts the number of rows
  • MAX()   - Returns the Maximum value 
  • MIN()   - Returns the Minimum value
  • SUM()   - Returns the Sum 
  • AVG()   - Returns the Average

Categorised Under:
Structured Query Language