Tagged Questions
6
votes
4answers
466 views
Database design to hold a person's information that changes with time?
We use a third-party product to manage our sports centre membership. We have several membership types (eg. junior, student, staff, community) and several membership statuses (eg. annual, active, ...
5
votes
4answers
737 views
Historical / auditable database
This question is related to the schema that can be found in one of my other questions here. Basically in my database I store users, locations, sensors amongst other things. All of these things are ...
4
votes
4answers
2k views
Aggregate adjacent only records with T-SQL
I have (simplified for the example) a table with the following data
Row Start Finish ID Amount
--- --------- ---------- -- ------
1 2008-10-01 2008-10-02 01 10
2 ...
3
votes
1answer
599 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 ...
0
votes
1answer
60 views