Begin with the Tables...
Try
This: Review the Tables
Go to
All Access Objects ->Tables.
What Do
You See? Each Table has its own collection. The Movies Table
has movies, the Customers table has customers.
So, the
RentalPrices will be a simple collection as well: tblRentalPrices.
It will only contain the rental price and the rental description.
Keep going.