网站大量收购独家精品文档,联系QQ:2885784924

数据库设计思想(Database design idea).doc

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 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

您可能关注的文档

文档评论(0)

jgx3536 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:6111134150000003

1亿VIP精品文档

相关文档