|< < 43 > >|
select c1, ..., cn from T where P
is equivalent to: project( select(T, P), [c1, ..., cn])
project( select(T, P), [c1, ..., cn])