SQL - Aggregate Functions
Which of the following is the correct syntax to calculate the total price from a table named
Orders with a column Price?Orders with a column Price?SELECT SUM(column) FROM table;.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions