An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Entity integrity is concerned with ensuring that each row of a table has a unique and non-null primary key value; this is the same as saying that each row in a table represents a single instance of the entity type modelled by the table. A requirement of E. F. Codd in his seminal paper is that a primary key of an entity, or any part of it, can never take a null value.The relational model states that every relation (or table) must have an identifier, called the primary key (abbreviated PK), in such a way that every row of the same relation be identifiable by its content, that is, by a unique and minimal value. The PK is a not empty set of attributes (or columns). The same format applies to the foreign key (abbreviated FK) because each FK matches a preexistent PK. Each of attributes being par

Property Value
dbo:abstract
  • Entitní integrita je pojem související s databázemi. Je nezbytné, aby každý řádek (záznam) v databázové tabulce byl jednoznačně rozlišitelný – tedy aby obsahoval hodnotu, která je v rámci databázové tabulky unikátní. K tomu účelu slouží primární klíč. Platí, že každý řádek tabulky musí obsahovat primární klíč, který bude unikátní vzhledem k ostatním řádkům a nebude mít hodnotu NULL. Pokud tedy budeme mít tabulku s údaji několika osob, můžeme teoreticky jako primární klíč použít například jejich rodné číslo. Pro praktické použití se však rodné číslo z často důvodu utajení jako primární klíč nehodí, je lepší ho nahradit klíčem syntetickým (např. číslem zaměstnance). Databázový systém, který zaručuje entitní integritu, nám nedovolí vložit do jedné tabulky více osob se stejným číslem zaměstnance (stejnou hodnotou primárního klíče), resp. více osob se stejným rodným číslem (stejnou hodnotou klíče, který je v databázi definován jako unikátní). (cs)
  • Entity integrity is concerned with ensuring that each row of a table has a unique and non-null primary key value; this is the same as saying that each row in a table represents a single instance of the entity type modelled by the table. A requirement of E. F. Codd in his seminal paper is that a primary key of an entity, or any part of it, can never take a null value.The relational model states that every relation (or table) must have an identifier, called the primary key (abbreviated PK), in such a way that every row of the same relation be identifiable by its content, that is, by a unique and minimal value. The PK is a not empty set of attributes (or columns). The same format applies to the foreign key (abbreviated FK) because each FK matches a preexistent PK. Each of attributes being part of a PK (or of a FK) must have data values (such as numbers, letters or typographic symbols) but not (also known as NULL marks in SQL world). Morphologically, a composite primary key is in a "steady state": If it is reduced, PK will lose its property of identifying every row of its relation but if it is extended, PK will be redundant. (en)
  • 実体完全性(じったいかんぜんせい、英語:entity integrity)とは、コンピュータの関係データベース (関係モデル) において、任意の関係(表)についてどの組 (行) も重複することはなく、主キーを構成するどの属性 (列) もnullを許さないことを、保証する特性である。実体完全性は、関係データベースの一貫性(データ完全性)を保証するために必要な特性の一つでもある。 (ja)
  • No modelo relacional, integridade da relação é uma das cinco restrições de integridade usadas para garantir a exactidão e a consistência dos dados em um Banco de dados relacional. A integridade da relação preocupa-se em garantir que cada linha de uma tabela tenha um valor de chave primária exclusivo e não nulo; isto é o mesmo que dizer que cada linha em uma tabela representa uma única instância do tipo de entidade modelada pela tabela. Uma exigência de E F Codd em seu artigo seminal é que uma chave primária de uma entidade, ou qualquer parte dela, nunca pode ter um valor nulo. O modelo relacional indica que toda (ou tabela) deve ter um identificador, chamado de chave primária (abreviado PK), em tal maneira que toda linha [[linha (banco de dados) |] da mesma relação seja identificável pelo seu conteúdo, ou seja, por um valor único e mínimo. O PK é um conjunto não vazio de atributos (ou coluna s). O mesmo formato se aplica à chave estrangeira (abreviado como FK) porque cada FK corresponde a uma PK preexistente. Cada um dos atributos que fazem parte de um PK (ou de um FK) deve ter valores de dados (como números, letras ou símbolos tipográficos), mas não (também conhecidas como em SQL mundo). Morfologicamente, uma chave primária composta está em um "estado estacionário": se ela for reduzida, a PK perderá sua propriedade de identificar cada linha de sua relação, mas se ela for estendida, a PK será redundante. Então, a chave primária é irredutível e inextensível. (pt)
  • 實體完整性(英語:Entity integrity)是關係模型中数据库完整性三項規則的其中之一。實體完整性這項規則要求每個數據表都必須有主鍵,而作為主鍵的所有欄位,其屬性必須是獨一及。 (zh)
dbo:wikiPageID
  • 946798 (xsd:integer)
dbo:wikiPageLength
  • 1578 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1080166466 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdfs:comment
  • 実体完全性(じったいかんぜんせい、英語:entity integrity)とは、コンピュータの関係データベース (関係モデル) において、任意の関係(表)についてどの組 (行) も重複することはなく、主キーを構成するどの属性 (列) もnullを許さないことを、保証する特性である。実体完全性は、関係データベースの一貫性(データ完全性)を保証するために必要な特性の一つでもある。 (ja)
  • 實體完整性(英語:Entity integrity)是關係模型中数据库完整性三項規則的其中之一。實體完整性這項規則要求每個數據表都必須有主鍵,而作為主鍵的所有欄位,其屬性必須是獨一及。 (zh)
  • Entitní integrita je pojem související s databázemi. Je nezbytné, aby každý řádek (záznam) v databázové tabulce byl jednoznačně rozlišitelný – tedy aby obsahoval hodnotu, která je v rámci databázové tabulky unikátní. K tomu účelu slouží primární klíč. Platí, že každý řádek tabulky musí obsahovat primární klíč, který bude unikátní vzhledem k ostatním řádkům a nebude mít hodnotu NULL. (cs)
  • Entity integrity is concerned with ensuring that each row of a table has a unique and non-null primary key value; this is the same as saying that each row in a table represents a single instance of the entity type modelled by the table. A requirement of E. F. Codd in his seminal paper is that a primary key of an entity, or any part of it, can never take a null value.The relational model states that every relation (or table) must have an identifier, called the primary key (abbreviated PK), in such a way that every row of the same relation be identifiable by its content, that is, by a unique and minimal value. The PK is a not empty set of attributes (or columns). The same format applies to the foreign key (abbreviated FK) because each FK matches a preexistent PK. Each of attributes being par (en)
  • No modelo relacional, integridade da relação é uma das cinco restrições de integridade usadas para garantir a exactidão e a consistência dos dados em um Banco de dados relacional. A integridade da relação preocupa-se em garantir que cada linha de uma tabela tenha um valor de chave primária exclusivo e não nulo; isto é o mesmo que dizer que cada linha em uma tabela representa uma única instância do tipo de entidade modelada pela tabela. Uma exigência de E F Codd em seu artigo seminal é que uma chave primária de uma entidade, ou qualquer parte dela, nunca pode ter um valor nulo. (pt)
rdfs:label
  • Entitní integrita (cs)
  • Entity integrity (en)
  • 実体完全性 (ja)
  • Integridade da relação (pt)
  • 實體完整性 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License