Projection (relational algebra)

http://dbpedia.org/resource/Projection_(relational_algebra)

En algèbre relationnelle, la projection d'une table sur certaines de ses colonnes est une opération qui fournit une autre table ne contenant qu'un sous-ensemble des colonnes de la table initiale. De plus, les lignes formant un ensemble, il n'y a plus de lignes formant des doublons dans la table résultante. * Portail des bases de données * Portail des mathématiques rdf:langString
Geralmente indicada na literatura por (a letra grega pi) produz um conjunto onde há umelemento para cada elemento do conjunto de entrada, sendo que a estrutura dos membrosdo conjunto resultante é definida nos argumentos da operação. Pode ser entendida comouma operação que filtra as colunas de uma tabela. Por operar sobre apenas um conjunto deentrada, a projeção é classificada como uma Operação unária. rdf:langString
In relational algebra, a projection is a unary operation written as , where is a relation and are attribute names. Its result is defined as the set obtained when the components of the tuples in are restricted to the set – it discards (or excludes) the other attributes. Projections may also modify attribute values. For example, if has attributes , , , where the values of are numbers, thenis like , but with all -values halved. rdf:langString
Проєкція в реляційній алгебрі — унарна операція, що дозволяє отримати «вертикальну» підмножину даного відношення, або таблиці, тобто таку підмножину, яка утворюється вибором визначених атрибутів з наступним виключенням, якщо це необхідно, дублікатів кортежів. Нехай дана таблиця з атрибутами , тобто і деяка підмножина множини атрибутів . Результатом проєкції таблиці за вибраними атрибутами називається нова таблиця , отримана з початкової таблиці викресленням атрибутів, що не входять у вибрану множину, з наступним видаленням дублікатів кортежів. rdf:langString
rdf:langString Projection (algèbre relationnelle)
rdf:langString Projection (relational algebra)
rdf:langString Projeção (álgebra relacional)
rdf:langString Проєкція (реляційна алгебра)
xsd:integer 2702833
xsd:integer 1011573580
rdf:langString En algèbre relationnelle, la projection d'une table sur certaines de ses colonnes est une opération qui fournit une autre table ne contenant qu'un sous-ensemble des colonnes de la table initiale. De plus, les lignes formant un ensemble, il n'y a plus de lignes formant des doublons dans la table résultante. * Portail des bases de données * Portail des mathématiques
rdf:langString In relational algebra, a projection is a unary operation written as , where is a relation and are attribute names. Its result is defined as the set obtained when the components of the tuples in are restricted to the set – it discards (or excludes) the other attributes. In practical terms, if a relation is thought of as a table, then projection can be thought of as picking a subset of its columns. For example, if the attributes are (name, age), then projection of the relation {(Alice, 5), (Bob, 8)} onto attribute list (age) yields {5,8} – we have discarded the names, and only know what ages are present. Projections may also modify attribute values. For example, if has attributes , , , where the values of are numbers, thenis like , but with all -values halved.
rdf:langString Geralmente indicada na literatura por (a letra grega pi) produz um conjunto onde há umelemento para cada elemento do conjunto de entrada, sendo que a estrutura dos membrosdo conjunto resultante é definida nos argumentos da operação. Pode ser entendida comouma operação que filtra as colunas de uma tabela. Por operar sobre apenas um conjunto deentrada, a projeção é classificada como uma Operação unária.
rdf:langString Проєкція в реляційній алгебрі — унарна операція, що дозволяє отримати «вертикальну» підмножину даного відношення, або таблиці, тобто таку підмножину, яка утворюється вибором визначених атрибутів з наступним виключенням, якщо це необхідно, дублікатів кортежів. Нехай дана таблиця з атрибутами , тобто і деяка підмножина множини атрибутів . Результатом проєкції таблиці за вибраними атрибутами називається нова таблиця , отримана з початкової таблиці викресленням атрибутів, що не входять у вибрану множину, з наступним видаленням дублікатів кортежів. При виконання проєкції необхідно задати відношення і деякий набір його атрибутів, який стане заголовком результату.
xsd:nonNegativeInteger 6573

data from the linked data cloud