Best Practice / Standard for storing an Address in a SQL Database

前端 未结 6 1718
忘掉有多难
忘掉有多难 2020-12-08 10:58

I am wondering if there is some sort of \"standard\" for storing US addresses in a database? It seems this is a common task, and there should be some sort of a standard.

6条回答
  •  死守一世寂寞
    2020-12-08 11:28

    I looked into this a while ago, but for international addresses. I didn't find much in the way of a consensus. However, for the US, I found the succinctly named United States Thoroughfare, Landmark, and Postal Address Data Standard (Draft):

    http://www.fgdc.gov/standards/projects/FGDC-standards-projects/street-address/index_html

    I don't think that they actually provide any specific database schema ideas, but it might be a good starting point.

提交回复
热议问题