Im brainstorm some table information and wanted to be sure I understood this fully before I started drafting table settings and relationships.
I have an employee table:
FirstName
LastName
Company
Position
The position option will be based on a separate table which will contain two options, Employee and Manager. In the Position Table, there will be an hourly rate associated, where the value will depending on whether someone is a manager or employee.
My question is this.
Once I start adding data into these tables and at some point in the future one or both of the two positions has a hourly rate change I only want the new hourly rate change to affect records from that point on and not in the future
Hopefully i'm explaining this right and if not it at least makes some sort of sense.
I have an employee table:
FirstName
LastName
Company
Position
The position option will be based on a separate table which will contain two options, Employee and Manager. In the Position Table, there will be an hourly rate associated, where the value will depending on whether someone is a manager or employee.
My question is this.
Once I start adding data into these tables and at some point in the future one or both of the two positions has a hourly rate change I only want the new hourly rate change to affect records from that point on and not in the future
Hopefully i'm explaining this right and if not it at least makes some sort of sense.