Search Results

1
vote
4answers
61 views

Database Design: Defining Data Access from a List of Cities

I am trying to build an API that gives data on various cities. Currently, there is a table called APIPriv, which has the following columns: ======================= …
1
vote
6answers
459 views

Database Design: Composite key vs one column primary key

A web application I am working on has encountered an unexpected 'bug' - The database of the app has two tables (among many others) called 'States' and 'Cities'. 'States' ta …