티스토리 뷰
[Database/Hackerrank] Basics of Sets and Relations #1~7
hoojiv 2021. 11. 7. 22:47Basics of Sets and Relations #1
A, B 합집합의 개수? {1,2,3,4,5,6,7,8} => 8
Basics of Sets and Relations #2
A, B 교집합의 개수? {2,3,4,5,6} => 5
Basics of Sets and Relations #3
A, B 차집합의 개수? {1} => 1
Basics of Sets and Relations #4
A x B 카테시안 곱으로 나올 수 있는 총 수는? 6 x 7 = 42
Basics of Sets and Relations #5
σ 는 표준편차라고 한다.
σ(Number<3000)(Student)는 Student 테이블에서 Number = 3보다 작은 Student을 count하라는 의미 => 2
select count(*)
from Student
where number < 3000;
Basics of Sets and Relations #6
π(Name, Number)(Student) 이게 정확히 무슨 의미인지 모르겠으나 Student 테이블에서 Name, Number 어트리뷰트의 카운트의 수는 무엇인지 물어보는 것으로 해석했다. 답은 "2"로 맞췄으나 무슨 말인지 모름...
Discussions에서 아래와 같이 설명한 사람이 있다. (결국 컬럼수를 맞추라는 의미)
Π(Name)(Student) - The list of properties to be returned from the projection of the Student table is one.
Π(Name, Number)(Student) - The list of properties to be returned from the projection of the Student table is two.
Π(Name, Number, Sex)(Student) - The list of properties to be returned from the projection of the Student table is three.
Basics of Sets and Relations #7
[Student].Number, [Teaching Assistants].id로 join 했을 때 리턴되는 row의 수?
Number = 3412, 2341 ==> 2개
'Programming > Database' 카테고리의 다른 글
[Database] 데이터 관련 용어 정리 (0) | 2022.01.15 |
---|---|
[Database/Hackerrank] OLAP Performance (0) | 2021.11.07 |
[Database/Hackerrank] Index Architecture Types (0) | 2021.11.07 |
[Database/Hackerrank] Relational Algebra - 3 (0) | 2021.11.07 |
- Total
- Today
- Yesterday
- 넥스트BT
- insert
- TSQL
- list
- 넷플릭스
- 몰누피라비르
- mysql
- 동국알앤에스
- SQL Server
- string
- HK이노엔
- Tableau
- 매매일지
- 리비안
- MS SQL Server
- python
- 경구치료제
- DATABASE
- python3
- 에코캡
- 분석탭
- 대원화성
- MSSQL
- Weather Observation Station
- 미중무역전쟁
- hackerrank
- 해커랭크
- 테슬라
- 코로나19
- tensorflow
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |