Question: use oracle please Create a simple Movie database based on below model. You should have 9 tables in total in your Database. The table columns

 use oracle please Create a simple Movie database based on below

use oracle please

Create a simple Movie database based on below model. You should have 9 tables in total in your Database. The table columns are given on the left side and their respective data type is given on the right. 18 18 movie_cast act_id mov_id role integer integer char (30) -1 actor act_id act_fname act_Iname act_gender integer char (20) char (20) char (1) genres gen_id gen_title integer char (20) director dir_id dir_fname dir_Iname movie mov_id integer mov_title char (50) mov year integer mov_time integer mov_lang char (50) mov_dt_rel date mov_rel_country char (5) integer char (20) char (20) movie_genres mov_id gen_id integer integer 00 18 18 movie_direction dir_id mov_id reviewer rev_id rating mov_id integer rev_id integer rev_stars integer num_o_ratings integer integer integer integer char (30) DO rev name

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 Databases Questions!