Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

DB2 Universal Database V7.1 Application Development Certification Guide

Authors: Steve Sanyal, David Martineau, Kevin Gashyna, Michael Kyprianou

1st Edition

0130913677, 978-0130913678

More Books

Students also viewed these Databases questions

Question

Accounting standards change across time. Why?

Answered: 1 week ago