Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following relations for an online Cinema Booking system. The primary keys are underlined. All attributes are of type string if not indicated otherwise.

image text in transcribed

Consider the following relations for an online Cinema Booking system. The primary keys are underlined. All attributes are of type string if not indicated otherwise. Theaters(tID, name, location) Auditoriums(tID, alD, movie title, price: integer, number of seats: integer) BooktID, alD, CID, seat number, date) Customers(cID, name, address) A theater usually has several auditoriums. Assume that only the movies that are currently played on auditoriums of theaters are stored. 1. Find the names of customers who have watched movies at every theater in Gainesville. 2. Find the names of customers who never booked. 3. Find the names of customers who booked the movie titled 'Parasite' more than once. 4. Find the name of the theater that has the biggest (in terms of the number of seats) auditorium. 5. Find the names of customers who booked 'Parasite' and 'End game'. 6. Find the names of movies that are playing at the theaters where the movie 'End game' is on (exclude 'End game' in your answer)

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_2

Step: 3

blur-text-image_3

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

Expert Oracle9i Database Administration

Authors: Sam R. Alapati

1st Edition

1590590228, 978-1590590225

More Books

Students also viewed these Databases questions

Question

=+ How would you advise those problems be resolved?

Answered: 1 week ago