Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Advanced SQL queries. Write the appropriate query given this schema: (each query will use at least one SELECT statement) List the titles of movies that

Advanced SQL queries. Write the appropriate query given this schema:

image text in transcribed

(each query will use at least one SELECT statement)

List the titles of movies that cast the actor Kevin Bacon.

List the names of actors, if any, that were cast in any movie that has votes between 3000 and 4000.

List the titles of movies that have a higher score than some movie in the database.

List the titles of movies that have the highest score in the database.

Find the IDs of actors who were cast in more than one movie.

List the titles of movies that have a cast of more than 5 actors.

For each year, list the title of the movie with the most votes.

List the titles of both the movie with the highest score and the movie with the second highest score.

List the names of actors, if any, that were cast in all the movies that have votes between 3000 and 4000.

From among the actors that have appeared in more than ten movies, list their name and the average score of all the movies they were cast in

Movie (MoviclD, Title, Year, Score, Votes) Actor(ActorlD, Name) Casting (MoviclD, ActorlD, Ordinal)

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

Advanced Database Systems

Authors: Carlo Zaniolo, Stefano Ceri, Christos Faloutsos, Richard T. Snodgrass, V.S. Subrahmanian, Roberto Zicari

1st Edition

155860443X, 978-1558604438

More Books

Students also viewed these Databases questions

Question

Do you think physicians should have unions? Why or why not?

Answered: 1 week ago