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
Project will effects Columns in the table while Select effects the Rows. on other hand Project is use to select the columns with specefic properties rather than Select the all of columns data
Project
Select