W
Welly
I have a database that I have inherited.
There are 3 main tables from where data is pulled. The information from
these tables has got to a point where there are a high number of duplicates
in the system as the data goes back to 2002. When running queries multiple
data is extracted from these duplicates. I am trying to reformat the tables
so that there is more than 1 field in each to link the queries.
Table 1 is my main table
Table 2 is a calculation performed on table 1
Table 3 is from a seperate source with only one matching column.
I am trying to change table 3 so that there are more columns that can be
related so that my queries will be:
WHERE A = A and B = B
making the queries more accurate.
When inserting a column with information from table 1 will I have to pull
out all the duplicate fields first so that I do not duplicate them again?
There are 3 main tables from where data is pulled. The information from
these tables has got to a point where there are a high number of duplicates
in the system as the data goes back to 2002. When running queries multiple
data is extracted from these duplicates. I am trying to reformat the tables
so that there is more than 1 field in each to link the queries.
Table 1 is my main table
Table 2 is a calculation performed on table 1
Table 3 is from a seperate source with only one matching column.
I am trying to change table 3 so that there are more columns that can be
related so that my queries will be:
WHERE A = A and B = B
making the queries more accurate.
When inserting a column with information from table 1 will I have to pull
out all the duplicate fields first so that I do not duplicate them again?