If you copied the columns from table 1 to table 2, I can't see why they'd be deleted from table 1 when you delete table 2.
The PD way of 'reusing' columns is called replication. You can also use column denormalisation.
If you copied the columns from table 1 to table 2, I can't see why they'd be deleted from table 1 when you delete table 2.
The PD way of 'reusing' columns is called replication. You can also use column denormalisation.