|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Can anyone help me make the entieis for my business and help me normalize the data by using the steps of normalisation- meaning first normal form, second normal form and third normal form.
Well my business would like to make a database for saving customers details, product details, and be able to send orders to customers including shipping information. So please help. OR You could look at the diagram given and show my how the information was normalized and how the entites were found by doing it in steps- first normal form, second normal form and third normal form. Please help |
|
#2
|
||||
|
||||
|
I do'nt understand your questions...
Your diagram looks normalized; I can't see where any redundant data would slip in. Where did this diagram and table-set come from? Assuming you created it, wouldn't you know the steps you took to complete it? Otherwise, why would you want to see a poorly normalized database and take a step back in the process? |
|
#3
|
|||
|
|||
|
I think they are after either a run down on how to normalise their database and that the picture is one they have found and would like to know how it got to this stage from one table.
|
|
#4
|
|||
|
|||
|
MySQL's site has a quick rundown of normalization here. You can also find a bunch of tutorials and such with a quick google of 'database normalization' -- these tutorials will probably serve you better than anything we could give you in a necessarily abbreviated forum post, at least for an overview. If you hit a specific sticking point you want to discuss, don't hesitate to post it.
|
|
#5
|
|||
|
|||
|
1NF..3NF, some remarks
Contactname: couldn't there be more than one such person per company per contract? Products: what about more than one order at a time? Suppliers ---< Products: if there is more than one supplier a product, cardinality must be many-to-many (>---<). As shippers may assume, wouldn't it be more convenient also to manage invoices? |
|
#6
|
|||
|
|||
|
There is a good article on database design and transformation in relationnal scheme here:
* Database Modelling in UML http://www.methodsandtools.com/archive/archive.php?id=9 |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Database Development > Finding entities and normalizing-HELP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|