Question: Consider the following orders table: id amount 1 100 2 NULL 3 150 What is the output of the following SQL query? SELECT SUM(amount) AS
Consider the following orders table: id amount 1 100 2 NULL 3 150 What is the output of the following SQL query? SELECT SUM(amount) AS total FROM orders
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
