Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following relational database to track movies. The schemas (with primary key attributes underlined for the first two relations) are: Actor-schema = (actorname, lifetime_salary)

Consider the following relational database to track movies. The schemas (with primary key attributes underlined for the first two relations) are: Actor-schema = (actorname, lifetime_salary) Movie-schema = (movie_name, release_date, revenue) StarsIn-schema = (actor_name, movie_name, release_date, salary_for_movie) a) (5 points) Suppose that an actor only ever appears in one movie. What would the primary key for the StarsIn-schema be? b) (5 points) Suppose that a movie only ever has one actor. What would the primary key for the StarsIn-schema be? c) (20 points) Suppose that a movie can have multiple actors, and an actor can star in multiple movies. Draw a schema diagram for this database. Be sure to indicate all foreign keys implied by the attribute names and primary keys in the relation schemas.

Database homework

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Autonomous Database In Enterprise Architecture

Authors: Bal Mukund Sharma, Krishnakumar KM, Rashmi Panda

1st Edition

ISBN: 1801072248, 978-1801072243

More Books

Students also viewed these Databases questions