|< < 48 > >|

Transforming Relational Algebra Expressions

Project

For sets of columns, s, t: s ⊆ t ⊆ columns(R):
project(R, s) = project( project(R, t), s)

|< < 48 > >|