简体   繁体   中英

Design database schema in mysql

我是菜鸟,我想为Web应用程序设计数据库架构,任何人都可以给我链接以获得良好的数据库设计,也可以从头开始设计。

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM