G
GL
Hi
I have a database and I would like to modify the structure of a table.
The existing form of the table is:
ResourceCode, ProjectCode, ResourceCost, ResourceDescr, ProjectStartDate,
ProjectEndDate, key on ResourceCode and ProjectCode.
What I would like to have is two tables:
ResourceCode, ResourceCost, ResourceDescr, key on ResourceCode.
and
ProjectCode, fkResourceCode, ProjectStartDate, ProjectEndDate, key on
ProjectCode.
The two tables are joined on ResourceCode and fkResourceCode.
Because I have a lot of data on the first table I want to make the other two
ones and keep the existing data.
Do you know how?
Thank you
GL
I have a database and I would like to modify the structure of a table.
The existing form of the table is:
ResourceCode, ProjectCode, ResourceCost, ResourceDescr, ProjectStartDate,
ProjectEndDate, key on ResourceCode and ProjectCode.
What I would like to have is two tables:
ResourceCode, ResourceCost, ResourceDescr, key on ResourceCode.
and
ProjectCode, fkResourceCode, ProjectStartDate, ProjectEndDate, key on
ProjectCode.
The two tables are joined on ResourceCode and fkResourceCode.
Because I have a lot of data on the first table I want to make the other two
ones and keep the existing data.
Do you know how?
Thank you
GL