data type for phone number in sql code example
Example: data type for phone number in sql
We use varchar(15) and certainly index on that field.
The reason being is that International standards can support up to 15 digits
We use varchar(15) and certainly index on that field.
The reason being is that International standards can support up to 15 digits