I lol'd.
First Column
Customers table contains customers, only one record per customer.
Transactions table contains transactions. There is no limit on transactions - think in the shop, you can borrow lots of things, many times. But there is only one of you.
So it's a one-to-many relationship, since there is only one of you, but there is no specified limit to how many transactions (ie. borrowings as as simplification) you can make.
Second Column
Ok, so you have videos and transactions. Now you have individual videos, which will be borrowed over and over by different or the same customers. The point is, any one video will be involved in many transactions over time.
This is why there are many transactions for every one video.
Hence a many-to-one relationship between transactions and videos.
Third Column
Video shops always buy many copies of one movie, so they don't run out. For example, when 300 comes in, and there are 3000 people whom want to rent it
Anyway, 300 is just one (awesome) movie, but the store might have like 50 copies of it. So there are 50 videos and 1 movie.
Hence a many to one relationship between videos and movies.
Does that make sense? Because if it does, Me > Ajd, officially