About the Database
Customers: Records the information about customers that choose to create an account: first name, last name, email, and birthdate.
Items: Records information about items on the menu: item name and the current item price.
Locations: Records information about business locations: location name.
Orders: Records information about orders that have been placed: the date the order was placed, the location it was placed for, the customer account linked to the order(if there is one), and the total amount of that order.
Order Details (Intersection Table): Records infomation about the details of each order: the associated order, the items placed in the order,
the quantity of items placed in the order, the price of the item at the time the order was placed, and the total amount for the item.