|< < 49 > >|

Transforming Relational Algebra Expressions

Project

E.g.
project(R, [a, b]) = project( project(R, [a, b, c]), [a, b])

|< < 49 > >|