Hi,
We got this pattern in our database of storing data that split data into two tables a current and a history. If a want to fetch a specific date of this data I have to look in both the current table and the history table. No one knows any more why this pattern was used, probably to limit...