Talk:Projection (relational algebra)
Appearance
This is the talk page for discussing improvements to the Projection (relational algebra) article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
|
Untitled
[edit]I think it would be good to add a comparison between theoretical projection (set) and practical projection (collection of rows) that many DB engines provide. Other interesting topic from practical usage: projection used from 'SELECT cols FROM table' are not projections in term of set theory or linear transformation, because it can also modify the values (SELECT A,B,A+B FROM table). Petr.castek (talk) 12:19, 25 August 2010 (UTC)