Question
Movie (MovieID, Title, Year, Score, Votes) Actor(ActorID, Name) Casting (MovieID, ActorID, Ordinal) You need to create a le called views.sql, which is a text le
Movie (MovieID, Title, Year, Score, Votes)
Actor(ActorID, Name)
Casting (MovieID, ActorID, Ordinal)
You need to create a le called views.sql, which is a text le containing your
views for each of the questions given below. Each view should be created
using a CREATE VIEW statement.
1. (15 points) The
KevinBacon
view is a table of the name of each actor
that has been cast in a movie with
Kevin Bacon
, along with a count
of the number of times they have been cast with Kevin Bacon.
3
2. (15 points) The
Popularity
view is a table of the ID, name, and
composite score of each actor. The composite score is the sum of the
score * votes for every movie the actor has been cast
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started