Id Value
A single value can be assigned to any number of Id’s – one, two or many. Can also store the number of Id’s to which the value is applied to. Would appreciate if anyone provides recommendations around the same as to how to represent that as part of database schema.
if you want to normalize the idea of a VALUE then it should be it’s own table..
like this:
then you would link it to the other id
like