"셀렉션"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
4번째 줄: 4번째 줄:
* 표 안의 행을 추출하는 연산
* 표 안의 행을 추출하는 연산


{| border=0 cellpadding=0 cellspacing=20 align=center
{| border=0 cellpadding=0 cellspacing=20
  |- style="text-align: center"
  |- style="text-align: center"
  | <math>Person</math>
  | <math>Person</math>
74번째 줄: 74번째 줄:
*[[프로젝션 (관계대수)]]
*[[프로젝션 (관계대수)]]


==참고 자료==
==참고==
*https://en.wikipedia.org/wiki/Selection_(relational_algebra)
*https://en.wikipedia.org/wiki/Selection_(relational_algebra)


[[분류: 관계대수]]
[[분류: 관계대수]]

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 }}