Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please consider the given schema and give the realtional algebra queries Exercise 2 (Relational Algebra) (25 points) Consider the following relations for an online Cinema

image text in transcribed
please consider the given schema and give the realtional algebra queries
Exercise 2 (Relational Algebra) (25 points) 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) Book(tID, 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. [4 points) Find the names of customers who have watched movies at every theater in Gainesville. 2. [3 points) Find the names of customers who never booked. 3. [6 points) Find the names of customers who booked the movie titled 'Parasite' more than once. 4. [4 points) Find the name of the theater that has the biggest in terms of the number of seats) auditorium. 5. [4 points) Find the names of customers who booked 'Parasite' and 'End game'. 6. [4 points) 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

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

JDBC Database Programming With J2ee

Authors: Art Taylor

1st Edition

0130453234, 978-0130453235

More Books

Students also viewed these Databases questions