Sprint Meeting - 2/26/2021 He liked the document. Noted that there should be only one spot for the CEO to sign off on. Busy week incoming: Work on the data model. List of all data to be maintained. Aggregated data to its entities in detail. EER diagram and relational model Create and populate all data tables Make it able too check the state of the database Tables are of different attributes from different objects getting the database software up and running work on the data model: coming up with a list with all the types of data that the system will store what different kinds of data and what are their attributes make an EER diagram (with subtypes) create a relational model -> created from EER diagram a list of tables with titles, with attributes, with all the keys for the table (that is the schema) create every table in the database and populate it with mock data make it so that there is a way to check the state of the database this is the first iteration of this data model and we may need to refine it CEO - "are those tables of the different attributes and classes?" every table has a name and the columns are the attributes typically you underline the key Usually name is specified with a little tab usually just give header without values and underline key or keys become template for tables that will be made