Tagged Questions

1
vote
3answers
219 views

How to ask a business user for cardinality information?

When collecting requirements from business users, I run into a point where I need to understand the cardinality between two concepts in the business user's domain. This is usually something I want to ...
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 ...