数据库模式设计的建议文档/教程/url 是什么
想要了解有关如何进行更好的数据库设计的详细信息 对于这个主题有什么建议推荐吗? 非常感谢
want to learn details about how to do a better database design
any suggested recommended for this topic?
thx very much
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
有一个供应商中立的在线介绍课程:
这里有两本书推荐:
There's a vendor-neutral intro course online:
And here are two book recommendations:
我刚刚在 http://www.databaseapplications.com.au/ 创建了一个有关数据库设计的教程design.jsp 它处理表设计和规范化,包括第三范式以及表之间的所有关系。它使用示例数据库进行解释。显示了实体关系图,并且可以下载创建示例数据库的 SQL 代码。它是供应商中立的。
I've just created a tutorial on database design at http://www.databaseapplications.com.au/design.jsp It deals with table design and normalization up to and including third normal form and all relationships between tables. It uses an example database for explanation. An entity-relationship diagram is shown and the sql code to create the sample database is downloadable. It is vendor neutral.
您打算使用什么数据库以及它将用于什么,即什么样的应用程序将使用它?
这些问题的答案会影响设计。
What database do you intend to use and what is it going to be used for i.e what kind of application is going to use it?
Answers to these questions effect the design.
Terry Halpin,信息模型和关系数据库
Fabian Pascal,数据库管理中的实际问题
Terry Halpin, Information Modeling and Relational Databases
Fabian Pascal, Practical Issues in Database Management