moodyblues
Instructor
Hiya all!
Having a spot of bother writing a relation where two foreign-keys of one table reference the primary key of another table.
The two tables are 'star' and 'marriage' for a movie database. Within marriage I have M_Star_ID and F_Star_ID refencing 'Star_ID' from star. Evidently, the join condition will allow a join on one of marriage IDs but not the other. Any ideas guys and girls???
Having a spot of bother writing a relation where two foreign-keys of one table reference the primary key of another table.
The two tables are 'star' and 'marriage' for a movie database. Within marriage I have M_Star_ID and F_Star_ID refencing 'Star_ID' from star. Evidently, the join condition will allow a join on one of marriage IDs but not the other. Any ideas guys and girls???