![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, having quite some experience in programming (mostly C++), I'm just about starting to dig into databases. So far, I found some useful help on the web about database normalization, and after sketching some initial thoughts w.r.t. the organization of my data on a sheet of paper, I just started to design my database structure with the ER-Diagram editor of the MySQL Workbench, which took me at least as far as being able to define and visualize my database layout. Unfortunately, the MySQL workbench seems to mostly lack documentation, and even if it would have been documented quite well, I fear that I would miss some basics to make much use of it. Thus, what I'm really looking for is some ER-Diagram tutorial, maybe similar to an UML-introduction for OO-Design. Can anyone give me some pointers to either online-resources or good books in either English or German, ideally, but not necessarily focusing on MySQL? To give an example of what information I'm looking for, here are some questions that I'm currently having: - In the "edit table" window, what is the MySQL Workbench ER-Diagram editor's "Indexes" tab being useful for, given the fact that primary indexes may be tagged as primary index in the "Column" tab already and foreign keys are listed in the "Foreign Keys" tab? - What is the difference between an "Identifying" and a "Non-Identifying" relationship? |
#3
| |||
| |||
|
|
Can anyone give me some pointers to either online-resources or good books in either English or German, ideally, but not necessarily focusing on MySQL? |
|
To give an example of what information I'm looking for, here are some questions that I'm currently having: - In the "edit table" window, what is the MySQL Workbench ER-Diagram editor's "Indexes" tab being useful for, given the fact that primary indexes may be tagged as primary index in the "Column" tab already and foreign keys are listed in the "Foreign Keys" tab? |
|
- What is the difference between an "Identifying" and a "Non-Identifying" relationship? |
#4
| |||
| |||
|
|
Can anyone give me some pointers to either online-resources or good books in either English or German, ideally, but not necessarily focusing on MySQL? For instance: http://www.getahead.uk.com/gw-er-diagram-tutorial.htm |
![]() |
| Thread Tools | |
| Display Modes | |
| |