Common ERD Mistakes

<p>Data modelling is not only for data architects and software engineers. Anyone who works with data, including data analysts, business analysts, and business intelligence designers, needs to understand and be able to create at least simple data models.</p> <p>Even simplistic entity relationship diagrams (ERDs) can help support analysis and data discovery, identify crucial relationships and clarify important groups of data.</p> <p>Sometimes, a conceptual model is sufficient, and on other occasions, a starter logical model with a few attributes will work best to support business &amp; data analysis activities.&nbsp;<em>See this&nbsp;</em><a href="https://medium.com/business-architected/conceptual-data-modelling-start-with-business-use-cases-10b3f2670d47" rel="noopener"><em>article&nbsp;</em></a><em>and&nbsp;</em><a href="https://youtu.be/ebKoANjnJDs" rel="noopener ugc nofollow" target="_blank"><em>video&nbsp;</em></a><em>if you want to learn more.</em></p> <p>As I taught cohort after cohort of students in a business analytics program, I saw them struggle with the same questions, and make the same mistakes over and over when creating their first ERDs. This article is a summary of typical ERD mistakes and how to avoid them.</p> <p>Before we get there, let&rsquo;s recap the main elements of the diagram.</p> <h2>ERD Building Blocks</h2> <p><strong>Entity</strong>: A person, thing, event or concept about which the business keeps data.</p> <p><em>Examples: customer, product, order, supplier, employee, department, interaction.</em></p> <p><strong>Attribute</strong>: a distinct characteristic of an entity for which data is maintained.</p> <p><em>Examples: name, address and cell number could be the attributes of a customer entity; product entity attributes could be product name, price, colour and size.</em></p> <p><strong>Relationship</strong>: an association between entities that represents how the entities relate to each other.</p> <p><a href="https://medium.com/business-architected/common-erd-mistakes-4535576a5b32"><strong>Read More</strong></a></p>
Tags: ERD ERDs