Question

What is the output of this SQL snippet if the price column contains NULL values? SELECT SUM(price) FROM products;

A SUM of all prices including NULL
C NULL
D Error
E SUM of non-null prices
Practice Next

Hey! Ask a query