Tagged Questions
1
vote
2answers
296 views
Composite Key on a Self Referencing Table
We have a composite primary key for the site table defined below. Functionally, this does exactly as we would like it to. Each site should have a parent site of the same district. Defining the ...