Computer Science, asked by dilipmoundekar, 1 day ago

Which are two data types used to insert integer value in Base software.

Answers

Answered by sravaniangel83
1

Answer:

The INTEGER data type stores whole numbers that range from -2,147,483,647 to 2,147,483,647 for 9 or 10 digits of precision. The number 2,147,483,648 is a reserved value and cannot be used. The INTEGER value is stored as a signed binary integer and is typically used to store counts, quantities, and so on.

Similar questions