Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem Set . Given the following database that stores Hollywood movie information Movies (title, year, length, genre, studioName, ProducerName) StarsIn (movieTitle, starName, pay) MovieStar (name,
Problem Set . Given the following database that stores Hollywood movie information Movies (title, year, length, genre, studioName, ProducerName) StarsIn (movieTitle, starName, pay) MovieStar (name, address, gender, birthdate) MovieExecutive(name, address, certificate num, networth) where the underlined attributes are the primary keys. The following foreign keys also exist: Starsln.starName MovieStar.name Starsln.movie Title Movies.title Movies.ProducerName ->MovieExecutive.name Write the following queries in SQL 5. For each movie genre, find the total number of movies, but only return this number for those genres with at least 5 movies in it. 6. Print the names of movie stars who have acted in EVERY movie produced by Spielberg from 1990 to 1995
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