Reference no: EM133459197
Questions:
Q10-12 are based on the below business case description. You are designing a relational database for an online customer ordering system for BeanStro (BS) - an organic prepared meal delivery service. You have found the following from interviews and documentation at BS. First-time customers must place an order and register themselves with such information as name, mobile number, email address, and credit card number. Each customer can place an order with multiple meal items including daily special lunch, daily special dinner, power healthy lunch, gluten-free dinner, and so forth. Each meal item has a unique product code, product name, price, and a set of standard nutrition information (e.g., calories, fat, sodium). Since each order can contain multiple product items, you are quick to recall the use of the associative entity, LineItem, for order and product - that's something you learned in a database class you took a few years ago.
Q10. Define entities for the database with formal written descriptions.
Q11. Draw an ER diagram with Chen's notation. Make sure to include attributes, cardinalities, and participations.
Q12. Justify each cardinality and participation as to why you put them so in the ERD.