반응형
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
- React.js
- props.key
- 자바스크립트
- axios
- 객체인지
- react
- map
- Unmounting
- 이미지스캔
- GirlsInICT해커톤
- Erricson
- Baekjoon
- nodejs
- ts
- dataFetching
- typescript
- next
- 15721
- Girls_In_ICT
- BOJ
- javascript
- js
- 코드캠프
- props
- filter
- 백준
- 훈훈한자바스크립트
- Bestawards
- 에릭슨엘지
- getDerivedStateFromProps
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