1.

You have a column that will only contain values from 0 to 256. What is the most economical data type to use for the column?

A. tinyint
B. smallint
C. int
D. decimal(1)
Answer» C. int


Discussion

No Comment Found