How to have unique primary key in two tables?
问题 I have two tables in my system EMPLOYEE and EMPLOYEE_FORECAST . Both have the same columns, entire structure is same. I have another archive table with same structure called EMPLOYEE_ARCHIVE table. I need to put data from both tables to this archive table. Since records in EMPLOYEE and EMPLOYEE_FORECAST may have same primary key e.g. a record in EMPLOYEE will have a pk of say 100 and another record in EMPLOYEE_FORECAST may also have pk of 100 and this will definitely happen so when they are