This article provides an example to display total item price of item table using sum() function.
Selectsum(itemprice) from item; Output: SUM(ITEMPRICE) 1585