A movie table which has MID (Primary key),TITLE,YEAR,RATING,NUM_VOTES. A Person table has PID (Primary Key),NAME,DOB,GENDER. A M_Cast table has ID(Primary), MID(Foreign key), PID(Foreign Key
A movie table which has MID (Primary key),TITLE,YEAR,RATING,NUM_VOTES. A Person table has PID (Primary Key),NAME,DOB,GENDER. A M_Cast table has ID(Primary), MID(Foreign key), PID(Foreign Key
This looks like a homework question. I'm guessing you're unlikely to get a full answer given to you, but are more likely to be guided towards learning how to do this for yourself.
Look up NOT EXISTS() to help you with this one.
19 People are following this question.