일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- C언어
- html
- vscode
- web
- web 개발
- 데이터전문기관
- classification
- web 사진
- 웹 용어
- 대이터
- bccard
- KNeighborsClassifier
- web 용어
- discrete_scatter
- CES 2O21 참여
- 결합전문기관
- paragraph
- 자료구조
- postorder
- Keras
- java역사
- pycharm
- CES 2O21 참가
- tensorflow
- 머신러닝
- cudnn
- broscoding
- inorder
- 재귀함수
- mglearn
- Today
- Total
목록[IT] (431)
bro's coding
show databases; use 인사급여; show tables; select * from 사원; select count(*), count(퇴사일자) from 사원; ## 직급별 인원수 select 직급, count(*) as 인원수 from 사원 group by 직급; ## 직급별 인원 및 평균 월급 select 직급,count(*) as 인원수, avg(월급여) from 사원 group by 직급; ## 급여 구분에 따른 평균 월급 select 급여구분, count(*), avg(월급여) from 사원 group by 급여구분; ## 입사 년도별 평균 월급 select year(입사일자) as 입사년도, count(*) as 인원수, avg(월급여) as 평균월급 from 사원 group by y..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/eaD2w7/btqCLMMnlQR/ukKO0Cqm0ZdmNvJ8UsxygK/img.png)
https://downloads.mysql.com/archives/workbench/ MySQL :: Download MySQL Workbench (Archived Versions) Please note that these are old versions. New releases will have recent bug fixes and features! To download the latest release of MySQL Workbench, please visit MySQL Downloads. MySQL open source software is provided under the GPL License. downloads.mysql.com