M
Murp
I have a database of books, and I need to store information such as the US
Price, the UK Price, the Australian Price, etc. only each book does not
strictly have a price for each of these countries. Would it be better to
create these fields in the main table, and leave them blank where the field
doesn't apply, or join another table, Foreign Price, with a one to many
relationship, and have two fields, Price and Country?
Price, the UK Price, the Australian Price, etc. only each book does not
strictly have a price for each of these countries. Would it be better to
create these fields in the main table, and leave them blank where the field
doesn't apply, or join another table, Foreign Price, with a one to many
relationship, and have two fields, Price and Country?