I haven't been able to figure out how to implement unconventional multiplicities such as 1..3 or 5..15 in SQL Server. I've can implement 0..1, 1..1, 0..* and 1..*. Now I to enforce a constraint a Trio entity must be associated with at least one Singer entity in order to add a record to the TRIOS table, but no Trio record may be associated with more than 3 singers.
Can you help?
Thanks,
Bob