Instruction
Ok, but what's the connection between customers and the store?
Exercise
Now let's get down to business. One thing customers can do is rent a single movie for a certain period of time.
Select all the information from the SingleRental table. Each rental has:
- an
Id, - a
RentalDate(when the rent period starts), - a
RentalPeriod(in days), - a
Platformused to view the movie (desktop, mobile or tablet_, - a
CustomerId, - a
MovieId, - a
PaymentDate(which can be after the rental date), - a
PaymentAmount.



