SQL TUTORIALS-
SQL SUM() Function
Introduction-
-✅SUM() function adds up all the numeric values in a specified column...
OrderID | Customer | Product | Quantity | Price |
---|---|---|---|---|
1 | ANNI | Mobile | 1 | 30000 |
2 | POOJA | Laptop | 1 | 35000 |
3 | RAJ | Tablet | 1 | 40000 |