- 1、本文档共7页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
数据库设计思想(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
- 招商银行汽车联名卡自驾意外伤害保险服务手册(China Merchants Bank Co branded card self driving accident insurance service manual).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
- 数据恢复中需要注意的问题(Problems needing attention in data recovery).doc
- 数据库第十三章课后57题(The thirteenth chapter of the database 57 questions after class).doc
- 数据库的备份与恢复 导入 导出(Database backup and recovery, import and export).doc
- 数据恢复秘技参考大全(Data recovery by reference).doc
- 数据恢复与备份(Data recovery and backup).doc
- 数据恢复秘技大全(Data recovery cheats Daquan).doc
- 数据恢复全解析(Data recovery full resolution).doc
- 数据恢复基础知识(Data recovery Basics).doc
- 数据挖掘细分客户群,精准营销赢得市场(Data mining, customer segmentation, precision marketing to win the market).doc
- 数据是可以恢复的(The data can be restored).doc
文档评论(0)