Computer Science, asked by arsheeyasood, 6 months ago

In ms access what is the number data type value

Answers

Answered by ishanraj093
2

Answer:

Integers in Access come in 1, 2 and 4 byte varieties. The single byte number is named Byte (Range 0-255), the two-byte number is named Integer (-32768 to 32767) and then there is the Long Integer (-2 billion to 2 billion). Decimal numbers are so called fixed point numbers

Similar questions