MySQL data model [message #566657] |
Tue, 18 September 2012 06:47 |
muralikri
Messages: 638 Registered: August 2011 Location: chennai
|
Senior Member |
|
|
Hi All,
How to design the data model for mysql.. i have list of tables..with few relation..
Do we have any tool?
Thanks
[EDITED by LF: fixed topic title typo; was "nysql"]
[Updated on: Tue, 25 September 2012 12:58] by Moderator Report message to a moderator
|
|
|
Re: nysql data model.. [message #566660 is a reply to message #566657] |
Tue, 18 September 2012 07:18 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
In the same way than any other (relational) database.
If you already have the list of tables then you have a model.
Modeling is the process to transform the real world to a set of tables and their relationships.
Regards
Michel
[Edit: missing word)
[Updated on: Fri, 12 October 2012 23:58] Report message to a moderator
|
|
|
|