2
votes
6answers
70 views
Should I model with an association table for future flexibility?
This is a database modeling question.
I normally model one-to-many with a standard parent-child table setup, and I normally model many-to-many with an association table between th …
2
votes
7answers
113 views
What are the general guidelines and best practices to keep in mind while designing database for an application ?
Hi,
My questions is regarding Database Modeling. I tried to look for this question amongst other Database Designing questions on SO but haven't found it and so here am asking abo …
0
votes
2answers
15 views
MySQL Column Unification, any performance improvements?
I'm designing a MySQL table for an authentication system for a high-traffic personal website. Every time a user comment, article, etc is displayed the following fields will be need …
0
votes
3answers
44 views
What are best database-modeling tools available in general and specifically for MySQL ?
Hi,
I have tried searching other SO Questions but not found the answer am looking for and so am posting question here.
My question is regarding what are the best database modeli …
0
votes
2answers
44 views
Whats the difference between Object Role Modeling and Object-relational mapping?
I have learn about Object role modeling but not about Object-relational mapping and I want to know if they are two ways of doing the same thing and what are the pros and cons? To m …
0
votes
1answer
109 views
How can I show relationships between views in Visio database diagrams?
I'm using a set of views for the data access layer of our primary web application, and need to document these views. Logically the views mirror the underlying tables, meaning they …
2
votes
2answers
79 views
Who is the Fielding of Temporal Database modeling?
It doesn't take very much reading on REST before you run across Fielding and his dissertation
IF you've had some wins with temporal modeling within the confines of a relational s …
0
votes
0answers
30 views
Non-relational database modeling tool?
Hey guys, please recommend some tools you have used succesfully on DW, DataMart, BI an non-relational modeling.
Example for automatic creation of snow-flake Schemas, dimensions and …
1
vote
3answers
180 views
How would you model this database relationship?
I'm modeling a database relationship in django, and I'd like to have other opinions. The relationship is kind of a two-to-many relationship. For example, a patient can have two phy …
2
votes
4answers
203 views
Dynamic Types within a Relational Model using Object-Role-Modeling (ORM)
In Object Role Modeling (ORM), given an entity of thing that had a relationship to an entity of type and where the type entity can be specified to live and the thing entity could h …
5
votes
17answers
702 views
A good database modeling tool?
Could you guys recommend me a good db modeling tool? Mainly for SQL Server...
thanks!
4
votes
6answers
461 views
Visiomodeler/NORMA - Object Role Modeling (the other ORM) - who uses it?
For a number of years I've used Object Role Modeling to design and validate my database schema designs. (The appurtenant software products have been variously named Visiomodeler, I …
7
votes
4answers
597 views
Where is the line between DAL and ORM?
The terms are often thrown around interchangeably, and there's clearly considerable overlap, but just as often it seems implied that people see something strongly implied by saying …
0
votes
4answers
261 views
database modeling mac app for ruby on rails development
Hello,
I am building web applications using Ruby on Rails and I would like to know what's the best tool for OS X to mock a new application from a functionality perspective and not …
1
vote
4answers
283 views
Database : best way to model a spreadsheet
I am trying to figure out the best way to model a spreadsheet (from the database point of view), taking into account :
The spreadsheet can contain a variable number of rows.
The …
