Hi all,
I was tasked to modify my current table to correlate with another table. I have a table ( say table1 ) with a PK ( pri_code ). I need to correlate this PK with another table which ,incidentally, has the same name ( ie pri_code ).May I know how it is done?
I was thinking of 'alter table' command but some how it does not work.
Please advice. Thanks
I was tasked to modify my current table to correlate with another table. I have a table ( say table1 ) with a PK ( pri_code ). I need to correlate this PK with another table which ,incidentally, has the same name ( ie pri_code ).May I know how it is done?
I was thinking of 'alter table' command but some how it does not work.
Please advice. Thanks