Tagged Questions
The er tag has no wiki summary.
3
votes
2answers
62 views
Simplest way to model real world entities into a database
Hi database experts,
I have a question that is more focused on theory, but I would also be interested in some pratical advices, if possible.
I need to create a system where common people (not IT ...
2
votes
2answers
153 views
ER Modelling Question
I have the following question:
Using only binary relationships, construct an entity relationship diagram for the following description. Include entity labels, primary key fields, relationship labels, ...
2
votes
1answer
352 views
Hibernate Mapping One-to-Many, weird example
We are trying to build a One-to-many relation. Trying to understand how this works, we stumbled across this example, which shows how to do it.
The example shows a reasonable ER diagram, but generally ...
2
votes
1answer
174 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
1answer
389 views
PHP-Doctrine2: Items - Shops - ItemsAtShops - how to conveniently implement using Doctrine2?
Somehow I can't figure out how to implement the following relations
using Doctrine 2 syntax:
I have Items and Shops. Each item has different price and different
quantity at each shop. So, I have ...
1
vote
3answers
55 views
handling three tables with two one-to-many relationship among them
I have a three tables, A, B and C. A has many B, and B has many C. What is the best way design primary keys and relationship among these two. Sorry to ask a designing problem, but I don't know whether ...
1
vote
0answers
38 views
ER/Data modelling (Link between inherited types
Would it be possible (or is it illegal for any reason) to have something like this:
This is basically an ISA class with a foreign-key relationship to itself.
The idea is that an output message is ...
1
vote
2answers
53 views
What do we call this diagram as?Do we call it as E-R diagram?
Thanks a lot for your help. I really need to make it clear :(
1
vote
1answer
105 views
How does one define double-lines for edge and node shapes in graphviz dot?
How can edges and nodes be styled using graphviz dot with doubled lines as shown the in the "LEGAL" and "TAX DISC" nodes of the following diagram?
1
vote
3answers
359 views
entity relationship diagram
what represents single line with an arrow mark in ER diagram? please help me.
1
vote
2answers
204 views
Dia for professional UML modelling
Dia is an excellent open source tool for UML modelling. I am currently using it for drawing ER diagrams. But the home page of Dia Dia has this to say about Dia "Dia is inspired by the commercial ...
1
vote
4answers
518 views
Tool which can do both UML and ER Diagram
I have approval to buy one tool which can help programmers of my team to write better code.
Most of my team members either do UML (.NET developers) or they do ER (database developers)
Can you please ...
0
votes
1answer
20 views
Questionnaire tables
i will create a multi page questionnaire. I will have one record in all tables for each person who fills out the questionnaire. and all tables will hold the answers. The type of answers will be ...
0
votes
0answers
20 views
Questionnaire ER diagram [closed]
Possible Duplicate:
Questionnaire database design?
I need to create a simple questionnaire ER diagram. It is gonna be Health Risk assessment questionnaire. Each tuple will include ...
0
votes
0answers
20 views
modeling, E/R modeling advance, DB MODELING
I need a little help with a E-R modeling:
"a user can send emails, and another users can read it"
The problem that I see is
|USER|-----(SEND)------>|EMAIL|, cardinality 1..n,
...
0
votes
1answer
128 views
What is a good UML and ER designing tool for MAC?
What is a good UML and ER designing tool for MAC e.g. Enterprise Architect Equivalent for Windows. I have searched the web but can not find any thing other than omnigrapgh which is not really as good ...
0
votes
1answer
223 views
how to draw ER diagram in Visio 2007? [closed]
I need to draw ER diagrams in visio 2007 which look like below but it seems there is no template available there, how should I do so ? thanks
0
votes
1answer
114 views
Weak entity in ER design
I have a weak entity and it has an id as its primary key and also has another attribute (author_id) which has to refer to another entity's (Author's) primary key.
So my question is this: can a weak ...
0
votes
1answer
117 views
Which tool for generating UML Entity-Relationship Diagrams using text?
Which tool [for any OS... or even web] can I use to generate UML Entity-Relationship diagrams from text?
Thinking something along the lines of http://yuml.me/, really quick to write up.
Thanks for ...
0
votes
2answers
144 views
Library Database Design
Hi i've trying to design a library database.
Entities are
Book
Magazine
DVD
Member
Librarian
...
Media types can be borrowed by members.Should i create 3 different
loan tables for all media ...
0
votes
0answers
51 views
Need help with creating ER physical model
Here's my problem. I have 6 tables:
Students
Classes
Subjects
Grades
Class teacher
Teachers
I would like to create an ERD physical model of gradebook. This is how I pictured it:
Students:
...
0
votes
1answer
64 views
Relation between ER Modelling and Database normalization
How is database normalization related to ER Modelling??
What comes first??
Or should both be implemented at the same time??
0
votes
1answer
1k views
How to generate SQL tables from ER diagram in Power Designer 15?
I want to generate Sql tables from ER diagram in Powerdesigner ,but ,I don't know how can i do that?
Which Tools i should use?
0
votes
0answers
57 views
what are navigation properties in a database table?
Hello friends
I was studying the ER diagram in my database and then on net i saw few examples where there are also some columns for navigation properties.
what is actually the way to add navigation ...
0
votes
1answer
331 views
How to generate an ER diagram with UML notations from SQL Server 2005 database?
Up until now found MS Visio to be most effective with reverse engineering to produce an ER diagram with IDFX and IE notations but i desperately need an ER diagram with UML notations. Are there any ...
0
votes
0answers
269 views
need to figure out something with spiral model (SDLC)
i am going to develop a web based system (for my educational project). in this case i need to know if can i use DFDs and ER diagram in spiral model. i am little bit confused there. what i am going to ...
0
votes
1answer
59 views
How to make this relation in PostgreSQL?
Hello.
As shown in the ER model, I want to create a relation between "Busses" and "Chauffeurs", where every entity in "Chauffeurs" must have at least one relation in "Certified", and every entity ...
0
votes
1answer
620 views
DNN Database Schema Diagram
I need the Database Schema Diagram for DotNetNuke (ERD) if someone have any idea.
I have searched on Internet but have only found this link which contains lots of documentations about DNN. I only need ...
0
votes
1answer
355 views
needed ER diagram for following scenario
a supplier located in only one city supplies various parts for the projects to different companies located in various cities.Draw ER diagram for this scenario.
Thanks.
0
votes
1answer
1k views
UML class diagram vs ER database diagram
I'm a little confused, I'm developing a program, the program consist in two parts, the server and the clients, there are groups, places, messages... stored in the server, and the clients has to ...
0
votes
2answers
589 views
how to show partial key in uml er diagram
in chen's notation partial keys (discriminator) were shown as dashed lines, how are they shown in uml er (entity-relationship) diagram?
0
votes
1answer
568 views
How to convert EER to SQL Table?
I have no problem with converting ER to SQL tables, but I don't know how can I convert EER to SQL tables?
as you Know that EER has "is a" specification and inheritance, but I don't know how relational ...
0
votes
1answer
2k views
Visio 2003: relationship arrow to connect 2 tables in Database ER diagrams
I am trying to model relationship between 2 tables Orders and OrderDetails. I draw "relationship" arrow from OrderDetails to Orders table with Foreign key OrderID. But in DatabaseProperties for ...
-2
votes
1answer
37 views
Questionnaire database design?
I need to create a simple questionnaire ER diagram. It is gonna be Health Risk assessment questionnaire and assess health risk of a patient. Each tuple will include questionnaireID, PatientID, ...