Well, you're going to have a table with customer information and then one with rentals. Customers should each have a unique ID number (which will be the primary key) and the rental table should have a unique rental ID number (which will be it's primary key). In the rental table, you should also have a column for customer ID. In order to link them, you would have to create a one-to-many relationship from the customer information table (one) to the rental table (to many) which links customer ID.yes small video store
1. Think about the entitiesyes small video store