Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Draw the entities and relationships suggested by each word problem. Include the proper foreign key ( s ) . Upload your results to Canvas as

Draw the entities and relationships suggested by each word problem. Include the proper
foreign key(s). Upload your results to Canvas as a .jpg or .pdf. These problems are all M:N
relationships and ternary relationships. Put your name in the upper left hand corner of your
solution page. ts difficult to imagine that Leonardo DiCaprio would be as successful if it werent for his
six movies directed by Martin Scorsese. Its just as hard to imagine Quentin Tarantino
not directing Samuel L. Jackson. We want to keep a database of actors, movies and
directors (together they make a Production). Actors get an ActorID (at imdb.com Fred
Astaire is actor 1) and we want their name, dob and date of first credited movie. Movies
get a MovieID (at imdb.com the movie with ID 1 is Carmencita) and we want the movie
title, US release date and gross receipts (how much money it made). Directors get a
DirectorID (imdb doesnt differentiate between actors and director, so Freds still
number one), and we want the directors name, year of first movie direction and
number of Academy Award nominations for Best Director. We assume that each
director, movie and actor has done this at least once before. We also need to capture
the salary paid to each actor for each movie and director and the ordinal place of each
actors name in each directed movie.

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

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago