1
vote
6answers
458 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 …
