Tagged Questions

0
votes
5answers
727 views

T-SQL Database Relationships PK FK Same Name?

Scenario I have 3 database tables. One is for Images and the other two are People & Places. Since each person can have many images and each place can have many images, I want to have a ONE TO ...