Multiple choice technology mainframe Count(*) ignores null True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Unlike functions like COUNT(column_name), which ignore NULL values, COUNT(*) counts all rows in the target table, including those containing NULL values or duplicate values.