L24 SQL-Functions
L24 SQL-Functions
SQL
1 MIN() Function
2 MAX() Function
3 COUNT() Function
4 SUM() Function
5 AVG() Function
COUNT() function returns the number of rows that match with a specific criteria.
FEMALE MALE
33 67
Copyright IntelliPaat. All rights reserved
COUNT() Function
COUNT() function returns the number of rows that match with a specific criteria.