MySQL Tutorial: Creating an Entity-Relationship Diagram




MySQL Tutorial: Creating an Entity-Relationship Diagram.

Original source


35 responses to “MySQL Tutorial: Creating an Entity-Relationship Diagram”

  1. Great tutorial… Am just getting started with using MySQL workbench and this has been helpful. All you needed to do though was drag out that entity set and you would have viewed all the details. You got a bit nervous. Good job anyway.

  2. In my opinion, you need to just name your tables something like id, f_name without adding the prefix which is already a table name. The beauty of this is when writing your SQL statements, It reduces unnecessary repetitions as now, you have to be like providers.provider_f_name instead of providers.f_name, Well except there is a reason behind this decision of yours, i want to know.

Leave a Reply