开发者

Design database schema in mysql

开发者 https://www.devze.com 2023-02-13 12:19 出处:网络
I am a rookie.I want to design database schema for web applications.Can any one give me the links开发者_开发知识库 for a good data base design and also start to design from scratch.There are a large n

I am a rookie.I want to design database schema for web applications.Can any one give me the links开发者_开发知识库 for a good data base design and also start to design from scratch.


There are a large number of example database schemas that you can study here:

http://www.databaseanswers.org/data_models/

This is probably the best database designer book for a beginner:

http://www.amazon.com/Database-Design-Mere-Mortals-Hands/dp/0201694719


There is no single "database schema" that is suitable for all web applications. You need to have a good understanding of database design principles and apply that to the web application in question. I have found Database Systems to be a good book for learning database design principles.

0

精彩评论

暂无评论...
验证码 换一张
取 消