As part of a new enterprise project, you’re designing a new table to store financial transactions.
This table could eventually store millions of rows and so storage space is very important. One of
the columns in the table will store either a 1 or 0 value. Which data type would be most appropriate?

A.
bit
B.
tinyint
C.
numeric
D.
float