Question

Assuming the "Quantity" column of an ORDER table contains integer data, what does COUNT(Quantity) compute?
A) The number of rows in the ORDER table
B) The number of non-zero values in the Quantity column
C) The number of distinct values in the Quantity column
D) The number of non-null values in the Quantity column

Answer

This answer is hidden. It contains 1 characters.