# AVG
총 9개의 포스트

[CS] Schema & Query Design Day-76
A description of how data is organized in a database and the relationships between different entities.An Entity is a unique unit of information. It ca
2022년 3월 4일
·
0개의 댓글[MySQL] Aggregate Functions
The Ultimate MySQL Bootcamp: Go from SQL Beginner to Expert
2022년 2월 28일
·
0개의 댓글[스파르타코딩클럽] SQL - 2주차
[목표] 1. 동일한 범주의 데이터를 묶어서 통계를 내주는 Group by를 이해 2. 출력하는 데이터를 필드의 값으로 정렬하여 출력하는 Order by를 익히기
2022년 1월 25일
·
0개의 댓글
[MySQL] SUM, MAX, MIN, AVG, COUNT(집계함수)
MySQL의 SUM, MAX, MIN, AVG, COUNT 함수에 대해 알아봅니다.
2021년 8월 27일
·
0개의 댓글MYSQL SELECT구문 (CAST 형변환)
\+---------------------+| cast(now() as date) |\+---------------------+| 2021-05-29 |\+---------------------+1 row in set (0.00 sec)\+-------
2021년 5월 29일
·
0개의 댓글