Talk:Projection (relational algebra)

Latest comment: 13 years ago by Petr.castek in topic Untitled

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)Reply