Tagged Questions
3
votes
1answer
610 views
How would you make a Temporal Many-to-Many Relationship in SQL?
How would you represent a temporal many-to-many relation in SQL? Under non-temporal circumstances one would use a junction table (aka link/bridge/map) to connect the two sides.
Is adding temporal ...