![]() |
database design research
hi everyone,
im looking to develop an online restaurant reservation system using PHP and MYSQL but im not too sure about the systems database design. Does any one know any good starting points for me to start my research... Ive got substantial knowledge in PHP and sql so thats not a worry, its just the actual database design. thanks |
Do you know how to create relational data.,..
Quote:
Quote:
|
A discussion on databases would probably be better suited in the database forum. I'll move it there..
|
I'm not sure what you're asking for, exactly. The basic concepts of normalisation are scattered all over the web (a search for database normalization will give you a big list that will get you to at least 2nf pretty easily and maybe 3nf). Getting an entire database to 2nf is usually good enough; 3nf is nice, but not always sensible; beyond 3nf is more interesting than practical.
eg (simple introductions) http://www.databasejournal.com/sqlet...6861_1428511_1 http://dev.mysql.com/tech-resources/...alization.html The formal theory of normalisation is a fairly mathematical/programatic theory. If you want that, then you would probably be wise to start with Codd (Edgar F Codd) who first formalised normal forms. Subsequent normal forms all build on his original formulation. eg (prtty simple introduction, but gives the names you need to search for) http://en.wikipedia.org/wiki/Database_normalization |
thanks for all of the replies,
i have looked at normalisation methods and i do believe that m getting somewhere. thanks for the help guys |
| All times are GMT +1. The time now is 05:46 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.