How to avoid printing NULLs in rows with total sum values //IF statement
a) By using the GROUP BY clause
b) By using the WHERE clause
c) By using the IFNULL function
d) By using the IF statement