데이터베이스 relational algebra
2.1 relational algebra
관계대수
대수
positional
names-field notation
selection
projection
- π
- 원하는 열 보여줌
- 중복 제거함
- sql에서는 기본적으로 제거하지 않지만 select distinct하면 중복 제거됨
cross-product
set-difference
union
join
- ⨝
- condition join (세타조인)
- equi join
- natural join