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

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

I want to use Oracle SQL Developer to generate an ER diagram for my DB tables but I am new …

oracle oracle-sqldeveloper entity-relationship erd
How to get ERD diagram for an existing database?

I have a PostgreSQL database. I want to get its ERD. How can I do so?

database postgresql erd
How to identify a strong vs weak relationship on ERD?

A dashed line means that the relationship is strong, whereas a solid line means that the relationship is weak. On …

entity-relationship erd
What's a Good Database ERD Tool for Linux?

I've recently switched to Linux on my work machine and, new to the Linux desktop environment, I'd like to find …

linux ubuntu erd
What GOOD tools are available for generating ERD from a SQL Server Database?

I am trying to generate an Entity Relationship Diagram from an existing MS SQLServer 2005 database. What tools are available? Specifically,…

sql sql-server erd
Display primary : foreign key relationships in Visio database diagram

I've created a Database Model relationship diagram in Visio with tables and relationships. However, I can't find any way to …

database database-design uml visio erd
Difference between ER diagram and EER diagram

What is the difference between ERD (Entity relationship diagram) and EERD (enhanced entity relationship diagram)?

database entity-relationship erd eer-model
Django - Model graphic representation (ERD)

I'm searching a way to represent my Django project model graphically. Is there a "native" way to do this kind …

django model diagram erd
How to create an ERD using phpmyadmin

is it possible to create an ERD using phpmyadmin? I see people posting the following link : http://goo.gl/0z3…

phpmyadmin erd
What mysql database tables and relationships would support a Q&A survey with conditional questions?

I'm working on a fairly simple survey system right now. The database schema is going to be simple: a Survey …

sql database-design database-schema erd data-modeling