replicate column
helo all,
I have two tables I want to copy all the contentc of column in tableA to coumn in tableB. Both the columns are primary key of respective tables. .
One more doubt-- Can i have primary key of two tables with same name...
Example: Table A
columns( TokenID, Name, locatin, status)
Table B
columns( Token ID, DivisionID, DeptID)
( I suppose it doesnt make any sense to do this). But can it help in some situations?
helo all,
I have two tables I want to copy all the contentc of column in tableA to coumn in tableB. Both the columns are primary key of respective tables. .
One more doubt-- Can i have primary key of two tables with same name...
Example: Table A
columns( TokenID, Name, locatin, status)
Table B
columns( Token ID, DivisionID, DeptID)
( I suppose it doesnt make any sense to do this). But can it help in some situations?
Last edited: