Question: Actor ( act _ id , act _ name, act _ gender ) Producer ( Prod _ id , Prod _ fname, Prod _ lname

Actor (act_id, act_name, act_gender)
Producer (Prod_id, Prod_fname, Prod_lname)
Producer_dependent(Prod_id, dep_id, dep_fname, dep_lname)
MP (Prod_id, mov_id)
MA(mov_id, act_id, role)
Movie (mov_id, mov_title, mov_year, mov_duration, mov_dt_rel, mov_rel_country)
Reviewer (rev_id, rev_name)
Group (group_id, group_title)
MG (mov_id, group_id)
Rating (mov_id, rev_id, rev_stars)
ML(mov_id, mov_lang)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!