distinguish
between number and autonumber data type field give example of each
Answers
Answered by
2
Answer:
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
Similar questions