Page 1 of 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 colu

Posted: Thu Jul 14, 2022 8:47 am
by answerhappygod
a) TINYINT
b) SMALLINT
c) INT
d) DECIMAL(1)