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

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

In systems analysis, a one-to-many relationship is a type of cardinality that refers to the relationship between two entities (see also entity–relationship model) A and B in which an element of A may be linked to many elements of B, but a member of B is linked to only one element of A. For instance, think of A as books, and B as pages. A book can have many pages, but a page can only be in one book. The opposite of one-to-many is many-to-one. The transpose of a one-to-many relationship is a many-to-one relationship.

AttributesValues
rdfs:label
  • 1対多 (データモデル) (ja)
  • One-to-many (data model) (en)
  • 1 para N (pt)
  • Один-до-багатьох (uk)
rdfs:comment
  • システム解析では、 1対多(英: one-to-many)の関係は、2つの実体(実体関係モデルも参照)AとBの間の関係を指すの一種であり、Aの要素がBの多くの要素にリンクされている状態である。ただし、Bの要素はAの1つの要素にのみリンクされている。たとえば、Aを本、Bをページと考えてみると、1冊の本には多くのページがあるが、1ページは1冊の本にしか入れることができない。 リレーショナルデータベースでは、テーブルAの1つの行がテーブルBの多くの行にリンクされている一方、テーブルBの1つの行がテーブルAの1つの行にのみリンクされている場合、1対多の関係が存在すると言う。 1対多の関係はデータ自体のプロパティではなく、関係自体のプロパティである。別の例として、著者とその本のリストは、たまたま1人の著者しかいない本を説明している場合がある。その場合、本テーブルの1行は、著者テーブルの1行のみを参照するが、関係自体は1対多ではない。なぜなら本には複数の著者がいて、多対多の関係を形成している場合があるからだ。 1対多の反対は多対1である。 (ja)
  • No modelo relacional de bases de dados, é usada qualquer uma das expressões 1 para N, um para muitos ou 1:N (em inglês: one-to-many) para se referir a um dos tipos de relacionamentos que se podem estabelecer entre os campos de duas tabelas: cada tupla de uma tabela pode-se relacionar com N tuplas da outra tabela. Porém, cada tupla da segunda tabela só se relaciona com uma única tupla da primera. A forma típica de implementação de uma relação deste tipo é a utilização de uma chave estrangeira na tabela N. (pt)
  • In systems analysis, a one-to-many relationship is a type of cardinality that refers to the relationship between two entities (see also entity–relationship model) A and B in which an element of A may be linked to many elements of B, but a member of B is linked to only one element of A. For instance, think of A as books, and B as pages. A book can have many pages, but a page can only be in one book. The opposite of one-to-many is many-to-one. The transpose of a one-to-many relationship is a many-to-one relationship. (en)
  • У системному аналізі, відношення один-до-багатьох — тип , який стосується відношення між двома (див. також модель «сутність — зв'язок») А і Б, в якому елемент А може бути пов'язаний із багатьма елементами Б, але член Б пов'язаний лише з одним елементом А. Подумаймо, наприклад, про А як про книги, а про Б — як про сторінки. Книга може мати багато сторінок, а сторінка може бути лише в одній книзі. Протилежністю один-до-багатьох є багато-до-одного. (uk)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • In systems analysis, a one-to-many relationship is a type of cardinality that refers to the relationship between two entities (see also entity–relationship model) A and B in which an element of A may be linked to many elements of B, but a member of B is linked to only one element of A. For instance, think of A as books, and B as pages. A book can have many pages, but a page can only be in one book. In a relational database, a one-to-many relationship exists when one row in table A may be linked with many rows in table B, but one row in table B is linked to only one row in table A. It is important to note that a one-to-many relationship is not a property of the data, but rather of the relationship itself. A list of authors and their books may happen to describe books with only one author, in which case one row of the books table will refer to only one row of the authors table, but the relationship itself is not one-to-many, because books may have more than one author, forming a many-to-many relationship. The opposite of one-to-many is many-to-one. The transpose of a one-to-many relationship is a many-to-one relationship. (en)
  • システム解析では、 1対多(英: one-to-many)の関係は、2つの実体(実体関係モデルも参照)AとBの間の関係を指すの一種であり、Aの要素がBの多くの要素にリンクされている状態である。ただし、Bの要素はAの1つの要素にのみリンクされている。たとえば、Aを本、Bをページと考えてみると、1冊の本には多くのページがあるが、1ページは1冊の本にしか入れることができない。 リレーショナルデータベースでは、テーブルAの1つの行がテーブルBの多くの行にリンクされている一方、テーブルBの1つの行がテーブルAの1つの行にのみリンクされている場合、1対多の関係が存在すると言う。 1対多の関係はデータ自体のプロパティではなく、関係自体のプロパティである。別の例として、著者とその本のリストは、たまたま1人の著者しかいない本を説明している場合がある。その場合、本テーブルの1行は、著者テーブルの1行のみを参照するが、関係自体は1対多ではない。なぜなら本には複数の著者がいて、多対多の関係を形成している場合があるからだ。 1対多の反対は多対1である。 (ja)
  • No modelo relacional de bases de dados, é usada qualquer uma das expressões 1 para N, um para muitos ou 1:N (em inglês: one-to-many) para se referir a um dos tipos de relacionamentos que se podem estabelecer entre os campos de duas tabelas: cada tupla de uma tabela pode-se relacionar com N tuplas da outra tabela. Porém, cada tupla da segunda tabela só se relaciona com uma única tupla da primera. A forma típica de implementação de uma relação deste tipo é a utilização de uma chave estrangeira na tabela N. (pt)
  • У системному аналізі, відношення один-до-багатьох — тип , який стосується відношення між двома (див. також модель «сутність — зв'язок») А і Б, в якому елемент А може бути пов'язаний із багатьма елементами Б, але член Б пов'язаний лише з одним елементом А. Подумаймо, наприклад, про А як про книги, а про Б — як про сторінки. Книга може мати багато сторінок, а сторінка може бути лише в одній книзі. У реляційній базі даних, відношення один-до-багатьох існує, коли один рядок таблиці А можу бути пов'язаний із багатьма рядками таблиці Б, але один рядок таблиці Б пов'язаний лише з одним рядком таблиці А. Важливо зазначити, що відношення один-до-багатьох — не властивість даних, а радше саме відношення. Може статися, що список авторів та їхніх книг описує книги лише одного автора, в такому випадку один рядок таблиці книг посилатиметься лише на один рядок таблиці авторів, але саме відношення — не один-до-багатьох, тому що книги можуть мати понад одного автора, утворюючи відношення багато-до-багатьох. Протилежністю один-до-багатьох є багато-до-одного. (uk)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect 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 (62 GB total memory, 54 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software