Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following database schema and write queries to solve the problems: Movie (mID, title, year, director): each movie has an ID number (MID), a

image text in transcribed

Consider the following database schema and write queries to solve the problems: Movie (mID, title, year, director): each movie has an ID number (MID), a title, a release year, and a director Reviewer (rID, name): each reviewer has an ID number (rID) and a name. Rating (rID, MID, stars, ratingDate): each reviewer with an ID can give a movie with an mld a rating (1-5 stars) on a certain day (ratingDate). year RID name Please answer the following questions by writing SQL queries that computes the desired result. Your queries shouldn't depend on the content of the database. You can test your solutions by tracing them on the small sample database. Movie Reviewer Rating mID title director rID MID stars rating Date 101 Gone with the Wind 1939 Victor Fleming 201 Sarah Martinez 201 1012 2011-01-22 102 Star Wars 1977 George Lucas 202 Daniel Lewis 201 101 4 2011-01-27 103 The Sound of Music 1965 Robert Wise 203 Brittany Harris 202 106 4 104 E.T. 1982 Steven Spielberg 204 Mike Anderson 203 103 2 2011-01-20 105 Titanic 1997 James Cameron 205 Chris Jackson 203 108 4 2011-01-12 106 Snow White 1937 206 Elizabeth Thomas 203 108 2 2011-01-30 107 | Avatar 2009 James Cameron 207 James Cameron 204 101 3 2011-01-09 108 Raiders of the Lost Ark 1981 Steven Spielberg 208 Ashley White 205 103 3 2011-01-27 205 104 2 2011-01-22 205 1084

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

4th Edition

0805360476, 978-0805360479

Students also viewed these Databases questions

Question

Need help Find the indicated derivative dy for y = x 12 dx dy dx

Answered: 1 week ago

Question

=+ 4. How can policymakers infl uence a nations saving rate?

Answered: 1 week ago