Multiple choice An empty column declared _________ stores. ZERO BLANK NULL NONE OF THESE Reveal answer Fill a bubble to check yourself C Correct answer Explanation In SQL databases, a column with no value stores NULL, which represents missing or unknown data. NULL is different from zero, a blank string, or an empty value - it is the absence of a value.