SUM Function
Summary: An SQL aggregate function that calculates the total of numeric values in a column. Example: SELECT SUM(Price) FROM Orders. 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 calculates the total of numeric values in a column. Example: SELECT SUM(Price) FROM Orders.