Char 5
Varchar 5
Int 5
I don't care about the ZIP + 4.
I think Char 5 is best, but I'd like conformation / suggestions.
Thanks.
Char 5
Varchar 5
Int 5
I don't care about the ZIP + 4.
I think Char 5 is best, but I'd like conformation / suggestions.
Thanks.
Use varchar if the field can be empty.
If the zipcode is a mandatory field then I don't think there is any difference between char and varchar as the field is going to have some value whose min and max length will be 5.
Bookmarks