Comment Re:Experience (Score 1) 835
Not to poke holes in your argument.. but it is much better to store a zip code as an int and then pad it with zeroes at the application layer or view. Also, why would you use a varchar for a static length field? As an int your field would be 4 bytes, as a varchar 11 bytes, and as a char 10 bytes.