- 1、本文档共7页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
数据库设计思想(Database design idea)
数据库设计思想(Database design idea)
Key:
An entity cannot have neither primary key nor foreign key. An entity in a leaf can define a primary key, or a primary key (because it has no descendants), but must have a foreign key (because it has a father). The design of primary key and foreign key occupies an important position in the design of global database.
Base table:
The base table is different from the middle table and the temporary table because it has the following four characteristics:
(1) atomicity. The fields in the base table are non - decomposed.
(2) originality. The record in the base table is the record of the raw data (basic data).
(3) deductive. You can derive all the output data from the data in the base table and the code table.
(4) stability. The structure of the basic table is relatively stable, and the records in the table are to be kept for a long time.
After you understand the nature of the base table, you can distinguish the base table from the middle table and the temporary table when you design the database.
Paradigm:
The first paradigm: 1NF is an atomic constraint on attributes, requiring attributes to be atomic and can not be decomposed;
Second paradigm: 2NF is the only constraint on records, requiring records to have unique identifiers, namely, the uniqueness of the entity;
Third paradigm: 3NF is a constraint on field redundancy, that is, no field can be derived from other fields. It requires no redundancy in the field.
(paradigms can only serve as reference standards, not necessarily fit.)
How about many to many relationships?:
Nature is independent of their connections, stored in separate tables, but such entities do not exist because they extract ties
Method for determining primary key PK:
PK is an inter table connection tool for programmers. It can be a digital string without physical meaning, which is automatically added by 1. It can also be a combination of field names or field names with physical meaning. But the former is better than the l
您可能关注的文档
- 拓展知识(Expand knowledge).doc
- 拔针技术在骨膜劳损中的应用(Application of needle pulling technique in periosteum strain).doc
- 拖拉机座椅振动对驾驶员腰部疲劳影响研究_以积分肌电值和主观感受评价(Study on driver fatigue evaluation _ waist effect of tractor seat vibration to iEMG and subjective feelings).doc
- 拖拉机故障分析及诊断方法(Tractor fault analysis and diagnosis method).doc
- 拖延,时间不一致与如何行动(Procrastination, time inconsistency, and how to act).doc
- 招教考试语文+综合模拟试题(Chinese language teaching + comprehensive simulation test questions).doc
- 招商,学习蒙牛好榜样--从蒙牛成功上市看招商突围(Inviting businessmen to learn the good example of Mengniu -- looking at the breakthrough of Mengniu's successful listing).doc
- 招势三顾客感知风险预测——上市前的准备(Potential three customer perceived risk prediction - preparation before listing).doc
- 招势一战略部署的重要性(Recruit one potential the importance of strategic deployment).doc
- 招聘简讯(Recruitment Newsletter).doc
最近下载
- 经皮冠状动脉介入治疗指南(2025).pptx
- 2025高校教师资格证之高等教育学题库(培优a卷).docx VIP
- 机械原理带传动教程课件.ppt VIP
- 医疗机构内同一检验项目在不同检测系统上可比性的验证 医疗机构内同一检验项目在不同检测系统上可比性的验证.pptx VIP
- 高校教师资格证之高等教育学题库(全优).docx VIP
- 《城镇供水定价成本监审办法》全文.pdf VIP
- 全球数字经济白皮书(202401)-CAICT.pdf VIP
- 全球数字经济白皮书(2025年).pdf VIP
- 结构化学期末复习试题15套.pdf VIP
- SY/T 6610-2017 硫化氢环境井下作业场所作业安全规范.pdf VIP
文档评论(0)