You need to store product quantities, and you want to minimize the amount of storage space that is
used. Which data type should you use?
A.
INTEGER
B.
DOUBLE
C.
COUNT
D.
FLOAT
You need to store product quantities, and you want to minimize the amount of storage space that is
used. Which data type should you use?
You need to store product quantities, and you want to minimize the amount of storage space that is
used. Which data type should you use?
A.
INTEGER
B.
DOUBLE
C.
COUNT
D.
FLOAT
A.
The INTEGER (int) numeric data type is used to store mathematical computations and is employed when you do not require a decimal point output.
Examples of integers include the numbers 2 and -2.