I have made an Extension column in my table which is of type integer. But it ignores the 0 part of the number if it starts with it. I could change the datatype to Varchar if the circumstances want me to. But before making this change I want to confirm if the Extension could starts with 0 in any organization (Particularly in the United States and Canada).
For Example
Suppose, I have an extension column in my Table. So what I have done is
int ext.....
Should I change my datatype to varchar or should I assume that the Extension could never starts with 0. I am in dilemma, please give me some advice.