Free practice · boolean · medium

Practice

Recognize aggregate NULL behavior

SUM(amount), AVG(amount), MIN(amount), and MAX(amount) normally ignore NULL input values.

Choose True or False