반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 코드캠프
- map
- js
- javascript
- 이미지스캔
- getDerivedStateFromProps
- Bestawards
- 자바스크립트
- nodejs
- 백준
- dataFetching
- react
- 에릭슨엘지
- typescript
- Unmounting
- 훈훈한자바스크립트
- 객체인지
- Baekjoon
- filter
- ts
- axios
- next
- GirlsInICT해커톤
- React.js
- Girls_In_ICT
- BOJ
- Erricson
- props.key
- 15721
- props
Archives
- Today
- Total
목록CS/DB (1)
민희의 코딩일지
[DB] Structured Query Language
SQL Data Type *SQL은 대, 소문자 구별하지 않는다! pure relational algebra - removes all duplicates multiple relational algebra, SQL - ratains duplicates relation algebra to SQL select A1, A2, .., An from r1, r2, .., rm where P sql to relation algebra → π A1, A2, .., An ( σ p ( r1 x r2 x .. x rm ) ) // select엔 group by에 쓴 애트리뷰트 + aggregation만 쓸 수 있음 select A1, A2, sum(A3) from r1, r2, .., rm where p group by ..
CS/DB
2023. 1. 22. 03:51