An SQL primer
Aggregate functions perform operations on values from selected rows to produce a single value.
Aggregate functions include COUNT(*), SUM, AVG, MAX, and MIN.
COUNT(*) is useful for finding the number of rows that match a query.
Vorherige Folie
Nächste Folie
Zurück zur ersten Folie
Graphik-Version anzeigen