COUNT Function
Summary: An SQL aggregate function that returns the number of records matching a query. Example: SELECT COUNT(*) FROM Students WHERE Grade = ‘A’. Tags: concepts computer-science igcse-computer-science databases Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z
Content
An SQL aggregate function that returns the number of records matching a query. Example: SELECT COUNT(*) FROM Students WHERE Grade = ‘A’.