mr_ego
08-01-2006, 04:17 AM
Referencial Integrity with Merges
I have two tables:
TABLE ONE:
product_id
product_name
TABLE TWO:
product_id
product_name
And I have One Merge:
MERGE TABLE:
product_id
product_name
All of which are in MyISAM.
My Question is, how do i keep the product_id index in the Merge table to be unique?
I have two tables:
TABLE ONE:
product_id
product_name
TABLE TWO:
product_id
product_name
And I have One Merge:
MERGE TABLE:
product_id
product_name
All of which are in MyISAM.
My Question is, how do i keep the product_id index in the Merge table to be unique?