Eddyoftheyear
Technical User
Department_tbl
DepartmentID
Department
EntityID
DivisionID
Division_Tbl
DivisionID
Division
ProviderID
DepartmentID
Name
Account_tbl
providerID
Account number
I recieved a new table with mixed together infromation. Account numbers, department_name. however, the new table has the most accurate infromation. I want to normalize the table and break the infromation as mentioned above in the table structure. Alot of the information in the department table are the same in the new table but the new table has more infromation that I am going to have to append to the deparmtne table. I am not sure what is the best way to do this.
Should I append the departments from the new table to the existing one and since I have the department field is unique, it will bring in the unique ones.....
any suggestions
DepartmentID
Department
EntityID
DivisionID
Division_Tbl
DivisionID
Division
ProviderID
DepartmentID
Name
Account_tbl
providerID
Account number
I recieved a new table with mixed together infromation. Account numbers, department_name. however, the new table has the most accurate infromation. I want to normalize the table and break the infromation as mentioned above in the table structure. Alot of the information in the department table are the same in the new table but the new table has more infromation that I am going to have to append to the deparmtne table. I am not sure what is the best way to do this.
Should I append the departments from the new table to the existing one and since I have the department field is unique, it will bring in the unique ones.....
any suggestions