A
acss
I have an invoice table with primary key of 5 digit text that is unique and i
have a (customer id foreign key in invoice table)customer table that primary
is 5 digit text unique. At times i receive invoices from different countries
for the same customer that have same invoice ID. How do i set up the invoice
table to allow duplicates even though same Invoice ID from different country?
Do i utilize a composite key..how is this set up?
have a (customer id foreign key in invoice table)customer table that primary
is 5 digit text unique. At times i receive invoices from different countries
for the same customer that have same invoice ID. How do i set up the invoice
table to allow duplicates even though same Invoice ID from different country?
Do i utilize a composite key..how is this set up?