Hi,
Table 1:
destinationCodeTable
{
destinationID
destinationNm
}
Table 2:
personHoliday
{
personID
destination???????
}
Example data set of destinationCodeTable is as follows:
Bahamas
Ontario
Tokyo
Angkor Vat
.
.
The destination in personHoliday could be defined as
Bahamas AND(Tokyo OR Angkor Vat) etc..
I have to relate the destination to the person.
What is the best way of implementing this...?
Thanks,
Roshan.
Table 1:
destinationCodeTable
{
destinationID
destinationNm
}
Table 2:
personHoliday
{
personID
destination???????
}
Example data set of destinationCodeTable is as follows:
Bahamas
Ontario
Tokyo
Angkor Vat
.
.
The destination in personHoliday could be defined as
Bahamas AND(Tokyo OR Angkor Vat) etc..
I have to relate the destination to the person.
What is the best way of implementing this...?
Thanks,
Roshan.