What is the difference between Select and Project Operations

前端 未结 10 660
深忆病人
深忆病人 2020-12-23 20:42

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

10条回答
  •  轮回少年
    2020-12-23 21:03

    select just changes cardinality of the result table but project does change both degree of relation and cardinality.

提交回复
热议问题