-3

I have a database, it has table customers one of columns is UK Postcode. Is it possible to restore full address using postcode ? I'd like to do it programmatically (c# or other)

ZedZip
  • 5,794
  • 15
  • 66
  • 119

1 Answers1

2

Small user postcodes: collections of (usually) adjacent addresses. A single small user postcode may contain up to 100 addresses, but 15 is a more typical number

Source: ONS

Since a post code represents a group of upto 100 addresses, you can't reverse engineer one to a specific address.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335