Tagged Questions
0
votes
2answers
84 views
Database design: How to restrict a n:m relation by other relations?
I think it's best to ask based on an example: There are people, customers and projects.
People to customers is a n:m relationship. People can work for multiple customers.
Projects to customers is a ...