How many address fields would you use for a UK database?

Posted by Draemon on Stack Overflow See other posts from Stack Overflow or by Draemon
Published on 2008-12-16T22:59:36Z Indexed on 2010/05/05 11:08 UTC
Read the original article Hit count: 279

Address records are probably used in most database, but I've seen a number of slightly different sets of fields used to store them. The number of fields seems to vary from 3-7, and sometimes all fields are simple labelled address1..addressN, other times given specific meaning (town, city, etc).

This is UK specific, though I'm open to comments about the rest of the world too. Here you need the first line of the address (actually just the number) and the post code to identify the address - everything else is mostly an added bonus.

I'm currently favouring:

  • Address 1
  • Address 2
  • Address 3
  • Town
  • County
  • Post Code

We could add Country if we ever needed it (unlikely).

What do you think? Is this too little, too much?

© Stack Overflow or respective owner

Related posts about database

Related posts about address