Tagged Questions
Entity Relationship Diagram,also called an entity-relationship model A graphical representation of entities and their relationships to each other, typically used in computing in regard to the organization of data within databases or information systems.
13
votes
4answers
3k views
Create ERD type diagrams from Rails code
I'm beginning to learn Ruby on Rails, and looking at other peoples code. Is there any way to take an exisiting codebase and create object relationship diagrams or Entity relationship diagrams (ERD's) ...
8
votes
6answers
15k views
Entity Relationship Diagram (ERD) program for Linux?
Any recommendations?
Dia and Vym come to mind, but they don't really fulfill the main requirement; i.e. to generate the SQL to create the ERD that I'm describing.
7
votes
5answers
7k views
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,I am not only interested in ERD's more directly I am looking ...
6
votes
3answers
96 views
Tool for making diagram from SQL query
I have this complicated SQL query for Oracle that I want to visualize in a diagram to make it understandable for my co-workers. I tried at http://snowflakejoins.com but it just chokes on it.
Has ...
6
votes
5answers
348 views
How to present a database design?
I am doing a project in the university and it includes a MySQL database. I have a design for the database in terms of a list of tables and their respective fields.
In what form should I present this ...
6
votes
2answers
1k views
database design normalization help needed (5nf)
Can you guys show me how to get this ERD in 5th normal form? We did a class assignment yesterday where we had a real client come in and explain to us his need my group came up with this model I am ...
6
votes
5answers
379 views
Database design guidance needed
A dairy farmer, who is also a part-time cartoonist, has several herds of cows. He has assigned each cow to a particular herd. In each herd, the farmer has one cow that is his favorite - often that ...
6
votes
11answers
16k views
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 a decent ERD tool for database design. Booting back into my Windows partition every time ...
5
votes
2answers
2k views
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 the requirements? The following are unsuitable:
...
5
votes
4answers
3k views
Database design for a survey system
I'm working on a fairly simple survey system right now. The database schema is going to be simple: a Survey table, in a one-to-many relation with Question table, which is in a one-to-many relation ...
4
votes
4answers
1k views
Which should be created first ER Diagram OR Class Diagram?
The very first step i created a DFD. Then i moved on to create a Class Diagram. And while doing that i felt that i should create the ER diagram first. As there were many details which could not be ...
3
votes
2answers
252 views
Django - Model graphic representation (ERD)
I'm searching a way to represent my Django project model graphically.
Is there some application that does this kind of ERD (diagram) ?
3
votes
3answers
340 views
any practices ,samples for ERD?
Q:
I want any web sites or books just for training on ERD and normalization. I want a lot of sample, practices, and case studies with recommended answers, to strengthen my skill in database design ...
3
votes
6answers
2k views
what is the best software to draw ERD for a mysql database for windows [closed]
i am looking for the best software to draw ERD in windows for a mysql database.
3
votes
2answers
3k views
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 Crowsfoot/Martin notation.
I've done a lot of googling, but have not found a ...
3
votes
1answer
576 views
Derby Entity Relationship Diagram
Is there any free software out there for extracting the diagram of my derby database?
(Like MySQL Workbench for MySQL?)
Or maybe a plugin for netbeans?
Thank you
3
votes
9answers
2k views
How to make E-R diagram with 500 tables?
In our company we have a huge project with lots of tables. When I mean a lot it is about 500. Maybe it is something normal. Some of these tables have more than 200 fields. I find that trying to make ...
2
votes
2answers
36 views
Entity Relationship Model for Student / Advisor appplication
I'm building a web application concerns a student and an adviser. The student will select his independent study and an adviser will supervise it. I am struggling to find the correct relationship for ...
2
votes
2answers
80 views
How to handle relationship between sale and product
I want to manage sales, there was many to many relationship between sale and product, so i broke it by adding an entity sales description among them now the relationship among these three entities is ...
2
votes
4answers
138 views
When we need to use 1-to-1 relationship in database design?
When do we need to use a 1-to-1 relationship in database design? In my opinion, if two tables are in a 1-to-1 relationship, they can be combined into one table. Is this true?
2
votes
1answer
187 views
SQLite ERD ( cost of cast vs union )
I have to save lot of (more than 50 000 rows) document - key - value in a SQLite database.
My concern is: these values can be textual or numerical (there are dates, strings, numbers, etc).
I have to ...
2
votes
1answer
132 views
Looking for a C# connector component
I'm looking for a C# component that behaves similar to the connectors between tables in a sql server entity relationship diagram as well as a component that will automatically layout the connected ...
2
votes
2answers
141 views
Create ERD for Advantage Database Server 10
I need to create an ERD for an ADS 10 database.
Reverese Engineering would be nice, since the database already exists.
Unfortunately, I didn't found a ERD-Tool which supports this database.
Does ...
2
votes
1answer
2k views
How can I import the contents of an Oracle database into Visio to create an Entity Relationship Diagram?
I have an Oracle database, and I would like to create an ERD in Visio 2007 Pro.
I have so far looked at DBMS_METADATA.GET_DDL commands to generate ddl. I know that I can import an Access DB into ...
2
votes
1answer
69 views
Database design affected by UI needs: Should I make an extra field or a new relation?
I have this relation:
1 Incident Report has N Documents. The Incident Report could have a field like PupilName backed by a PupilID.
OR
I could change the design to:
1 Pupil has N Incident Reports ...
2
votes
1answer
176 views
build an ERD from liquibase changelogs
Is it possible to build an ERD from a liquibase changelog and view the changes over time in a GUI?
I am looking for a way to visualize (and discuss) the changes made to a database or database schema ...
2
votes
4answers
130 views
E-R to OO design strategies?
I'm still learning all of the powers of OO design and have much more experience in database (in particular, E-R) designs. Each time I approach a problem and attempt to come up with a design following ...
2
votes
3answers
742 views
ERD - How to model a relation between two entites with a third entity as “attribute”
I'm modeling an entity relationship diagram and got stuck. I'm not sure if my considerations are wrong or an ERD can't modell what I want:
I have three entities: Employee, Project and Role. There is ...
2
votes
1answer
340 views
ERD generator tool for Rails 2.3.2
SA
I want and ERD Generator that understands the relations between Rails Models.
I found Railroad but did not work with 2.3.2
I found also http://rails-erd.rubyforge.org/ but it is for Rails 3
Any ...
2
votes
2answers
503 views
Database design - ERD. Modeling Question
Hopefully someone may be able to quickly advise the best way for me to model my ERD (I'm using IDEF1X & ERWin not Chen Notation) although it doesn't really matter.
Basically I have Three ...
2
votes
1answer
648 views
Tools to visualize a database and understand the datamodel quickly
I have several SQL Server 2005 databases ranging from 20 – 600 tables in an application and no documentation. I am looking for a database diagramming tool that is smart enough to pick tables that seem ...
2
votes
4answers
516 views
creating sql diagram
I installed SQL Server 2005, and I want to create a database but I can't. When I right click on the Database Diagrams folder for my database in SQL Server Management Studio 2005, I don't see any ...
2
votes
2answers
278 views
Diagram to model database entries
Do you know a diagram to show the entries of an database? I guess something like the object diagram in UML. I know there is the entity-relationship model but it does not show the existing entries of ...
2
votes
2answers
393 views
Generate graphical schema representation from CREATE TABLE SQL
I have a .sql file containing many CREATE TABLE statements. There's no referential specification (MyISAM stuff) but I would enjoy to create different table boxes, and then compose the table ...
2
votes
2answers
221 views
Where we can find database designs schemes (ERD or other) for very common use cases?
The question is more simple than what it looks. There are many use cases that are well known and people have put a lot of thought into them. For example: Audit trailing, login users, and so on. We ...
2
votes
1answer
330 views
How can you have boolean -datatype in VP-uml?
My ERD is
I use at the moment integer(2) to signal that the datatype is boolean because the program does not allow me to type boolean to the datatype -field.
How can you have boolean as a ...
2
votes
5answers
1k views
Data Model tools for DB2
I have created a Database in DB2 and tables with relationships. I would like to create a ER diagram based on my database design in DB2. MS SQL has a facility to create ER diagrams from DB schema, but ...
2
votes
6answers
2k views
What is the best ERD tool for forward-enginnering a SQL Server database?
My current understanding is that Microsoft does not offer a viable tool for creating a DB ERD model and then forward-engineering the DDL to create the database. I've heard that Visio Enterprise ...
2
votes
1answer
281 views
Is there an exchange format for ERD?
Is there a way to exchange ERD diagram from one tool to other as XMI exists for exchanging UML documents?
1
vote
2answers
27 views
how do I design intermittent via points for travel itinerary
I am trying to design the backend and have the following use case.
I have flight information from point A to B and need to define a schema which supports different use cases.
I'm trying to find a ...
1
vote
0answers
26 views
which design is better for modelling air itinerary, passenger type and cabin type
I have the following entities:
- Flight itinerary: gives an idea of what flight from destination to arrival city
- Passenger type: Adult, Child, Infant
- Cabin type: Economy, Mid-Economy, Business
- ...
1
vote
3answers
44 views
database design / mysql
My client is wanting to add new functionality to their site, they deal with actors/models and want to be able to create a credit history for each of the clients (much like a CV or Resume).
They have ...
1
vote
2answers
41 views
I am looking for a tool which would generate ER diagram from an existing Oracle database and could be exported to some interactive map [closed]
I am looking for a tool which would generate ER diagram from an existing Oracle database and can be displayed in a winforms application. It would be great if I can supply the object details with which ...
1
vote
2answers
126 views
Tool to make ERD for PostgreSQL
I am looking for a tool with that I can create a database ERD for a PostgreSQL Database.
In MySQL I use the tool "MySQL Workbench"
Do you know such a tool with that i can create a ERD. And from the ...
1
vote
1answer
215 views
Generate Visio ERD from existing MySQL Database
Is there a simple way to generate an ERD in Visio from an existing MySQL Database? I'm aware that this is possible in MySQL Workbench, but I have a requirement for it to be done in Visio. Or ...
1
vote
4answers
154 views
Database design: keeping track of record changes
A transaction should not be modified after it has been processed.
A payer details can change over time.
How do you do keep track of changes?
TRANSACTION
Id(PK)
PayerId(FK)
...
PAYER
Id(PK)
...
1
vote
0answers
90 views
integrated ERD and ETL tools?
I have a situation where I am inheriting several legacy databases and will be re-engineering them into a new combined database and further exporting data from there into several de-normalized data ...
1
vote
1answer
389 views
ERD (Entity-relationship model) - Need an example for a problem that can not be modeled by it
Hello
I got a weird H.W assignment in requirements engineering seminar .
I was digging through the entire net yet found no example for this one...
I need to find a problem from any engineering field ...
1
vote
1answer
84 views
Why 2 different entities reference the same object?
I use Linq To Entities to get 2 objects m1 & m2.
And I don't understand why 2 different objects reference the SAME Template table.
I suspect that the reason due to the connection between ...
1
vote
2answers
94 views
Can there be relationship with junction-entity?
On many to many relationship between two entity, there will be a junction entity in between.
My question is, can the junction entity have relationship with another entity? Thank you! (: