The customer table
The customer
table contains information about all customers described as follows:
Column |
Description |
---|---|
|
A primary key used to uniquely identify each customer in the table. |
|
A foreign key identifying the customer's "home store". Customers are not limited to renting only from this store, but this is the store they generally shop at. |
|
The customer's first name. |
|
The customer's last name. |
|
The customer's e-mail address. |
|
A foreign key
identifying the customer's address in the |
|
Indicates if the customer is an active customer. Setting this to |
|
The date when the customer was added to the database. |
|
The most recent row update. It has not been used in this book. |
This information of all the customers is shown in a pictorial format in the following screenshot...