Question: CUSTOMER ( customer _ id , store _ id , first _ name, last _ name, email, address, active ) RENTAL ( rental _ id

CUSTOMER (customer_id, store_id, first_name, last_name, email, address, active)
RENTAL (rental_id, rental_date, inventory_id, customer_id, return_date, staff_id)
INVENTORY (inventory_id, film_id, store_id)
STORE (store_id, manager_staff_id, location)
STAFF (staff_id, first_name, last_name, address, email, store_id, salary)
PAYMENT (payment_id, customer_id, staff_id, rental_id, amount, payment_date)
FILM (film_id, title, description, rental_duration, rental_rate)
Based on the relations above, construct the SQL statements for:
a)
b)
c)
A list of all film titles, rental duration and their rental rate.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!