About 13,800,000 results
Open links in new tab
  1. mysql - Which one is ER diagram - Stack Overflow

    May 11, 2016 · Your first diagram is a proper ER diagram, using the concepts and notation developed by Peter Chen in his paper The Entity-Relationship Model - Toward a Unified View of Data.

  2. How can I generate an entity–relationship (ER) diagram of a database ...

    128 I want to generate an ER diagram of an SQL database using Microsoft SQL Server Management Studio (SMSS). However, I don’t know how to. I found this technique online: Making ER Diagram …

  3. Generating ERD diagrams within Visual Studio - Stack Overflow

    In order to create an ERD diagram for new projects I have been using Visual Studio's entity framework designer. Essentially I'm creating a "dummy project", adding entity framework via Nuget and …

  4. How to generate an entity-relationship (ER) diagram using Oracle SQL ...

    Jul 5, 2011 · I want to use Oracle SQL Developer to generate an ER diagram for my DB tables but I am new to Oracle and this tool. What is the process for creating an ER diagram in SQL Developer?

  5. When to use Associative entities? - Stack Overflow

    And when drawing the ER diagram (in Chen notation), the relationship is symbolized by a diamond shape. But there is a separate symbol for associative entities, which symbolizes a many to many …

  6. sql - Export ER diagrams from SSMS - Stack Overflow

    Aug 21, 2019 · 2 I have some ER diagrams created in the development server. I want to export this as PDF and share with my analyst for further usage. The diagram needs to be in PDF format alone …

  7. postgresql - How to visualize the relationships between tables of a ...

    It is the table you want to create the ER diagram of. Click Next and go to Select Objects menu. Here you can click on 'Show Filter' to use the selected Table Objects in the diagram. You can both add and …

  8. How to identify a strong vs weak relationship on ERD?

    May 21, 2013 · In an ER diagram, I believe when the relationship is strong, i.e., the primary_key of the parent forms a composite or non-composite primary_key in the child entities, we use a solid line to …

  9. How to create a database diagrams in visual studio code?

    Jul 6, 2020 · I am trying Visual studio code to code the database but I cannot create the database diagram. Is there a way I can create it just like in SSMS. Thank you.

  10. database design - Creating an entity relationship diagram to model the ...

    Sep 9, 2019 · That diagram communicates among other things that there is an entity class called "Tem" & a relationship called "play against". Or it would if you gave a legend and/or a reference to the ER …