About: One-to-one (data model)     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : owl:Thing, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FOne-to-one_%28data_model%29&invfp=IFP_OFF&sas=SAME_AS_OFF

In systems analysis, a one-to-one relationship is a type of cardinality that refers to the relationship between two entities (see also entity–relationship model) A and B in which one element of A may only be linked to one element of B, and vice versa. In mathematical terms, there exists a bijective function from A to B.For instance, think of A as the set of all human beings, and B as the set of all their brains. Any person from A can and must have only one brain from B, and any human brain in B can and must belong to only one person that is contained in A.

AttributesValues
rdfs:label
  • Association un-à-un (fr)
  • 1対1 (データモデル) (ja)
  • One-to-one (data model) (en)
  • Один-до-одного (uk)
rdfs:comment
  • En gestion de base de données, une association de un-à-un détermine que pour chaque enregistrement d'une table, il ne peut y avoir que zéro ou un enregistrement d'une autre table qui lui soit lié. Il est intéressant d'utiliser ce type de relation pour cacher certaines données, pour utiliser des paramètres différents sur ces deux tables (par exemple un moteur de stockage différent dans MySQL), ... Ce type de relation peut toutefois être évité. En effet, une relation de un à un peut souvent être éliminée et remplacée par la fusion des deux tables en relation. (fr)
  • システム解析では、 1対1 (英: one-to-one)の関係は、2つの実体(実体関係モデルも参照)AとBの間の関係を参照するの一種であり、Aの1つの要素はBの1つの要素にのみリンクでき、逆もまた同じである。数学的には、AからBまでの全単射関数が存在することになる。たとえば、Aをすべての人間の集合、Bをすべての脳の集合と考える。 Aの人はBの脳を1つだけ持つ。Bの人間の脳は、Aに含まれる1人だけに属する。 リレーショナルデータベースでは、テーブル内の1つの行が別のテーブル内の1つの行のみにリンクされている、またはその逆の場合、1対1の関係が存在すると言う。 1対1の関係はデータのプロパティではなく、関係自体のプロパティである。別の例として、母親とその子供たちのリストは、たまたま子供が1人しかいない母親の場合がある。その場合、母親テーブルの1行は、子供テーブルの1行のみを参照するが、関係自体は1対1ではない。母親には複数の子供がいる可能性があるため、 1対多の関係を形成するためである。 (ja)
  • In systems analysis, a one-to-one relationship is a type of cardinality that refers to the relationship between two entities (see also entity–relationship model) A and B in which one element of A may only be linked to one element of B, and vice versa. In mathematical terms, there exists a bijective function from A to B.For instance, think of A as the set of all human beings, and B as the set of all their brains. Any person from A can and must have only one brain from B, and any human brain in B can and must belong to only one person that is contained in A. (en)
  • У системному аналізі, відношення один-до-одного — тип , який стосується відношення між двома (див. також модель «сутність — зв'язок») А і Б, в якому один елемент А може бути пов'язаний лише з одним елементом Б, і навпаки. У математичних термінах, існує бієктивна функція від А до Б. Наприклад, подумаймо про А як про множину всіх людських істот, а про Б — як про множину їхніх мізків. Будь-яка особа з А може й повинна мати лише один мозок із Б, а будь-який людський мозок у Б може й повинен належати лише одній особі, яка міститься в А. (uk)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/CPT-Databases-OnetoOne.svg
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
thumbnail
has abstract
  • In systems analysis, a one-to-one relationship is a type of cardinality that refers to the relationship between two entities (see also entity–relationship model) A and B in which one element of A may only be linked to one element of B, and vice versa. In mathematical terms, there exists a bijective function from A to B.For instance, think of A as the set of all human beings, and B as the set of all their brains. Any person from A can and must have only one brain from B, and any human brain in B can and must belong to only one person that is contained in A. In a relational database, a one-to-one relationship exists when one row in a table may be linked with only one row in another table and vice versa. It is important to note that a one-to-one relationship is not a property of the data, but rather of the relationship itself. A list of mothers and their children may happen to describe mothers with only one child, in which case one row of the mothers table will refer to only one row of the children table and vice versa, but the relationship itself is not one-to-one, because mothers may have more than one child, thus forming a one-to-many relationship. (en)
  • En gestion de base de données, une association de un-à-un détermine que pour chaque enregistrement d'une table, il ne peut y avoir que zéro ou un enregistrement d'une autre table qui lui soit lié. Il est intéressant d'utiliser ce type de relation pour cacher certaines données, pour utiliser des paramètres différents sur ces deux tables (par exemple un moteur de stockage différent dans MySQL), ... Ce type de relation peut toutefois être évité. En effet, une relation de un à un peut souvent être éliminée et remplacée par la fusion des deux tables en relation. (fr)
  • システム解析では、 1対1 (英: one-to-one)の関係は、2つの実体(実体関係モデルも参照)AとBの間の関係を参照するの一種であり、Aの1つの要素はBの1つの要素にのみリンクでき、逆もまた同じである。数学的には、AからBまでの全単射関数が存在することになる。たとえば、Aをすべての人間の集合、Bをすべての脳の集合と考える。 Aの人はBの脳を1つだけ持つ。Bの人間の脳は、Aに含まれる1人だけに属する。 リレーショナルデータベースでは、テーブル内の1つの行が別のテーブル内の1つの行のみにリンクされている、またはその逆の場合、1対1の関係が存在すると言う。 1対1の関係はデータのプロパティではなく、関係自体のプロパティである。別の例として、母親とその子供たちのリストは、たまたま子供が1人しかいない母親の場合がある。その場合、母親テーブルの1行は、子供テーブルの1行のみを参照するが、関係自体は1対1ではない。母親には複数の子供がいる可能性があるため、 1対多の関係を形成するためである。 (ja)
  • У системному аналізі, відношення один-до-одного — тип , який стосується відношення між двома (див. також модель «сутність — зв'язок») А і Б, в якому один елемент А може бути пов'язаний лише з одним елементом Б, і навпаки. У математичних термінах, існує бієктивна функція від А до Б. Наприклад, подумаймо про А як про множину всіх людських істот, а про Б — як про множину їхніх мізків. Будь-яка особа з А може й повинна мати лише один мозок із Б, а будь-який людський мозок у Б може й повинен належати лише одній особі, яка міститься в А. У реляційних базах даних, відношення один-до-одного існує, коли кожний рядок однієї таблиці може бути пов'язаний лише з одним рядком іншої таблиці, і навпаки. Важливо зазначити, що відношення один-до-одного — не властивість даних, а радше саме відношення. Може статися, що список матерів та їхніх дітей описує матерів лише з однією дитиною, в такому випадку один рядок таблиці матерів посилатиметься лише на один рядок таблиці дітей, і навпаки, але саме відношення — не один-до-одного, тому що матері можуть мати понад одну дитину, таким чином утворюючи відношення один-до-багатьох. (uk)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage disambiguates of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 57 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software