Initializing SQL database...
Back to Questions
Calculate Total #37
easyCalculate the total using SUM(value). SUM() adds up all numeric values in a column. Make sure you're summing the correct column and that it contains numeric data.
Practice with:
Database Schema
products
Product information
idnamevalue
Expected Output
Click "Show" to see what the correct output should look like.Tip: Try solving it yourself first for better learning!
SQL Editor
Loading...
Press Ctrl+Enter to run query • Start typing for autocomplete