In the relational data model, entity integrity is one of the three inherent integrity rules. Entity integrity is an integrity rule which states that every table must have a primary key and that the column or columns chosen to be the primary key should be unique and not null . A direct consequence of this integrity rule is that duplicate rows are forbidden in a table. If each value of a primary key must be unique no duplicate rows can logically appear in a table.
| Property | Value |
| dbpprop:abstract
|
- In the relational data model, entity integrity is one of the three inherent integrity rules. Entity integrity is an integrity rule which states that every table must have a primary key and that the column or columns chosen to be the primary key should be unique and not null . A direct consequence of this integrity rule is that duplicate rows are forbidden in a table. If each value of a primary key must be unique no duplicate rows can logically appear in a table. The NOT NULL characteristic of a primary key ensures that a value can be used to identify all rows in a table. Within relational databases using SQL, entity integrity is enforced by adding a primary key clause to a schema definition. The system enforces Entity Integrity by not allowing operations (INSERT, UPDATE) to produce an invalid primary key. Any operation that is likely to create a duplicate primary key or one containing nulls is rejected. The Entity Integrity ensures that the data that you store remains in the proper format as well as comprehendable.
- 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 tabulky unikátní. K tomu 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 jako primární klíč použít například jejich rodné číslo. Databázový systém, který zaručuje entitní integritu, nám nedovolí vložit do jedné tabulky dvě osoby se stejným rodným číslem (stejnou hodnotou primárního klíče).
- 実体完全性 はコンピュータの関係データベース において、任意の関係 についてどの組 (行) も重複することはなく、主キーを構成するどの属性 (列) もnullを許さないことを、保証する特性である。 実体完全性は、関係データベースの一貫性 を保証するために必要な特性の一つでもある。
- 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 consiste em garantir que cada tabela tem uma chave primária constituída por uma ou mais colunas e que essas mesmas colunas escolhidas para chave primária são únicas e não permitem tipo de dados NULL. A consequência directa desta restrição é que não é permitido dois registos iguais. A garantia que a chave primária não vai possuir o valor NULL permite que o seu valor seja usado para identificar todos linhas de uma tabela.
|
| dbpprop:hasPhotoCollection
| |
| rdfs:comment
|
- In the relational data model, entity integrity is one of the three inherent integrity rules. Entity integrity is an integrity rule which states that every table must have a primary key and that the column or columns chosen to be the primary key should be unique and not null . A direct consequence of this integrity rule is that duplicate rows are forbidden in a table. If each value of a primary key must be unique no duplicate rows can logically appear in a table.
- 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 tabulky unikátní. K tomu 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.
- 実体完全性 はコンピュータの関係データベース において、任意の関係 についてどの組 (行) も重複することはなく、主キーを構成するどの属性 (列) もnullを許さないことを、保証する特性である。 実体完全性は、関係データベースの一貫性 を保証するために必要な特性の一つでもある。
- 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 consiste em garantir que cada tabela tem uma chave primária constituída por uma ou mais colunas e que essas mesmas colunas escolhidas para chave primária são únicas e não permitem tipo de dados NULL.
|
| rdfs:label
|
- Entity integrity
- Entitní integrita
- 実体完全性
- Integridade da relação
|
| owl:sameAs
| |
| skos:subject
| |
| foaf:page
| |