SQL - Aggregate Functions
Consider this query:
It returns NULL instead of a number. What is the most likely cause?
SELECT SUM(Price) FROM Products WHERE Category = 'Electronics'It returns NULL instead of a number. What is the most likely cause?
