셀렉션

Jmnote bot (토론 | 기여)님의 2017년 7월 18일 (화) 02:00 판 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

selection, restriction
셀렉션, 선택
  • 표 안의 행을 추출하는 연산
[math]\displaystyle{ Person }[/math] [math]\displaystyle{ \sigma_{Age \ge 34}( Person ) }[/math] [math]\displaystyle{ \sigma_{Age = Weight}( Person ) }[/math]
Name Age Weight
Harry 34 80
Sally 28 64
George 29 70
Helena 54 54
Peter 34 80
Name Age Weight
Harry 34 80
Helena 54 54
Peter 34 80
Name Age Weight
Helena 54 54

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}