I assume a SS# or Phone# should be either a varchar or char field. But
is it a good idea to store a phone# or SS# w/ seperator characters or
without them?
Phone# "(123)-456-7890" or "1234567890 "
SS# "123-45-6789" or "123456789"
I'm not sure which is better. Any opinions? Also has anyone had a
situation where a phone# could have an extension? How was it handled?
Seperate field or just one?
Any input appreciated. Thanks.
is it a good idea to store a phone# or SS# w/ seperator characters or
without them?
Phone# "(123)-456-7890" or "1234567890 "
SS# "123-45-6789" or "123456789"
I'm not sure which is better. Any opinions? Also has anyone had a
situation where a phone# could have an extension? How was it handled?
Seperate field or just one?
Any input appreciated. Thanks.
Comment