I\'m referring to the basic relational algebra operators here. As I see it, everything that can be done with project can be done with select.
I don\'t know if
Select extract rows from the relation with some condition and Project extract particular number of attribute/column from the relation with or without some condition.