I am working on a college project having a form to store mobile numbers. Recently i found out a 10 digit phone number (without +/-) cant be stored in a data type of integer of length 10. Why is it so?
Unfortunately a phone number of 9 digit can be stored without any problem. Atlast i changed the data type to VARCHAR. But still am curious about the integer. After all there is only 10 integer digits.