Tagged Questions
1
vote
0answers
32 views
UML Data Modeller which generates SQL?
I have been using ERD programs for a while now to: generate to, or reverse engineer from, my database.
However I recently learned the UML syntax equivalent, and am looking for an "IDE" that can ...
0
votes
1answer
40 views
Oracle Designer 9i - Export layout information of ERD
We have a repository of hundreds of Entity Relationship Diagrams with a specific layout and we have to migrate them to Oracle Data Modeler including layout information.
Actually we have to redraw ...
0
votes
2answers
159 views
SQL Single Column Table
I have a model where a Shipment can have many Products through a product_shipments lookup table.
The Shipment model also has a relationship where a shipment can have one to many bill_of_lading ...
1
vote
1answer
853 views
Draw Many to Many Relationship in ERD
Many to many relationships should have a solid line, strong relationship.
In the given diagram, ther right side sample is surely incorrect, the relationship
line show be solid. However, what is the ...
4
votes
4answers
3k views
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 in only 1 Department while a Department may have many Employees ...
0
votes
2answers
264 views
how do I design return travel itinerary vs one way itinerary
I'm not quite sure how to approach this problem:
Price for one-way trips is different than price for round trip itineraries.
In the backend, I have a table for storing the itinerary (which yields ...
1
vote
2answers
130 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 ...
2
votes
1answer
136 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
- ...
0
votes
1answer
1k views
Cannot connect to SQL Server 2005 database with sql power architect
it's my first use of power architect
and i am trying to connect to sql server 2005 (Express) db on a remote machine (i can connect to it successfully from Microsoft sql server management studio ...
0
votes
3answers
2k views
MySQL: Link tables
I have been creating my first database for a website and I have created the following diagram to work from. Does this look like it would work for many to many relationship between business and ...
2
votes
2answers
195 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! (:
2
votes
3answers
2k 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 ...
0
votes
2answers
57 views
Is it OK to use “semantically reversed” associations, like Message blongsTo Attachment, in CakePHP?
Suppose that we have the following partial ER diagram:
Notice that the attachments table will subsequently be used for the messages', submissions', assignments', and lectures' attachments.
The ...
2
votes
2answers
1k 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
5answers
4k views
Best visual modeling tool for SQL Server (Erwin alternative)
We're looking for a visual modeling tool for SQL Server that allows for forward-engineering from the model to DDL.
Erwin works great but is unavailable on this project, so we're looking for ...
2
votes
2answers
393 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
672 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 ...
3
votes
5answers
4k 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 ...
