H
hbear
I've inherited two databases which should actually be combined into a single
database. DB1 contains a table with employees, employee ID, and various
information regarding the employees. DB2 contains a table with employees,
employee ID, and additional information about the employees. All of this
data belongs in a single database and a single table. If the primary keys
of the two tables are the same(employeeID) , how do I go about importing
whole fields from one table into the other?
database. DB1 contains a table with employees, employee ID, and various
information regarding the employees. DB2 contains a table with employees,
employee ID, and additional information about the employees. All of this
data belongs in a single database and a single table. If the primary keys
of the two tables are the same(employeeID) , how do I go about importing
whole fields from one table into the other?