. You need to organize event information. For example, you need to record the date, time,
number of guests, whether the plans have been confirmed, and other important event
details. Make a list of the information you need to store about the event. Each detail will
become a field in your Events table.
8. You need to have a unique identification number for each event record. You will label
this field Event ID. The field will automatically assign a number to each record.
Add the field Event ID to the list in question 7.
9. You need to include a field in the Events table that will connect to the Customers table.
This field will be used to form a relationship between the