Explain the relationship between the tables. Define the data types that will be used to create the tables.

Instructions
Section 1: Database Design Proposal
Write a 2–3 page proposal in which you:

Create a proposal that describes the naming and creation of the tables used in the Jestor’s database. The tables should include but not limited to:
One table that contains the product list.
One table for customer feedback. Note: The table contains the following fields: date, time, sender, and message content.
Explain the relationship between the tables.
Define the data types that will be used to create the tables.
This course requires the use of Strayer Writing Standards. For assistance and information, please refer to the Strayer Writing Standards link in the left-hand menu of your course. Check with your professor for any additional instructions.

Section 2: MySQL Database
Create the database and tables that you proposed in the first section of the assignment using MySQL. Note: Screenshots are required for the completion of this section of the assignment. If you use Window 7, use the built-in SnipIt tool or capture a screenshot using the print screen button on the keyboard.

Insert at least three records into the table that will contain the product list. Provide screenshots of the completed commands.
Insert at least three records into the table that contains the customer feedback. Provide screenshots of the completed commands.
The specific course learning outcome associated with this assignment is:

Create a database for a website based on design specifications.