Tagged Questions

1
vote
9answers
682 views

Benefits to using a database table instead of just hard coding a simple list of data if the data is consumed by 1 app

For a while, I've been told by a number of people that a listing of U.S. States (and territories) should be stored in a database table and cached for applications that use the information. The only ...