Top "Erd" questions

Entity Relationship Diagram (ERD) or Entity Relationship Model is a visual representation of the organization of data within databases or information systems

Equivalent of ERD for MongoDB?

What would be the equivalent of ERD for a NoSQL database such as MongoDB?

mongodb erd nosql
Database design for a recursive relationship

Consider this case where I'm trying to model a database for a company: Entities: Employees, Managers, Departments. An Employee works …

sql database database-design data-modeling erd
High-quality ERD generator for PostgresQL under Linux?

Background MySQL Workbench can produce appealing and high-quality ERDs such as: Research What PostgreSQL ERD tools are available that meet …

database-design postgresql entity-relationship erd
Anyone have an ERD symbols quick reference?

I'm looking for a one-page quick-reference or cheatsheet (preferably in PDF) to the meanings of the various ERD symbols in …

database-design notation erd
Generating ERD diagrams within Visual Studio

In order to create an ERD diagram for new projects I have been using Visual Studio's entity framework designer. Essentially …

visual-studio entity-relationship erd entity-relationship-model
Viewing a .ERWIN file

How can one open/view a .erwin file if your company does not have an ERWIN licence? Is it possible? …

erd erwin
When to use UML Association Classes?

Can I improve my design on these 2 diagrams below? If so, how? I am confused by the use of association …

uml class-diagram erd
Is ERD considered a kind of UML diagram?

Are Entity Relationship Diagrams(ERD's) considered a type of UML diagram or are they a separate thing?

uml erd
How are super- and subtype relationships in ER diagrams represented as tables?

I am learning how to interpret Entity Relationship Diagrams into SQL DDL statements and I am confused by differences in …

database database-design erd entity-relationship
How to export/save ERD as PDF or as image in phpMyAdmin?

I have generated an ERD using the Designer in phpMyAdmin. How do I save it as PDF or image? On …

mysql phpmyadmin xampp erd