There are three tables: CUSTOMER, MOVIE, and RENTAL. The REN…
There are three tables: CUSTOMER, MOVIE, and RENTAL. The RENTAL table stores: the customer’s primary key as a foreign key (customer_id) the movie’s primary key as a foreign key (movie_id) The relationship between CUSTOMER and MOVIE is _____________.
Read Details