Computer Science, asked by manojsingh581Manoj, 1 year ago

write the difference between number and autonumber data type

Answers

Answered by Tej12345
51
Number type can store any integer/float value, depending on decimal precision specified. Whereas Auto Number will have values calculated by system.(Auto Incremented Values). You don't have a control over those to change them.
Answered by Ita
38
A data type which can be used to automatically store monetary values with.

Autonumber data type will automatically increment whenever a new record is inserted.
Similar questions