Notice
Recent Posts
Recent Comments
Link
목록Database/프로그래머스 (5)
개발자는 기록이 답이다
프로그래머스 SQL 76문제 풀기 ( 정답률 높은 순 기준 20개 ) - 1
LV.2 최솟값 구하기 (정답률 : 91%) https://school.programmers.co.kr/learn/courses/30/lessons/59038 SELECT DATETIME as '시간' FROM ANIMAL_INS ORDER BY DATETIME ASC limit 1; LV.2 중복 제거하기 (정답률 : 91%) https://school.programmers.co.kr/learn/courses/30/lessons/59408 SELECT count(distinct NAME) as 'count' FROM ANIMAL_INS WHERE NAME IS NOT NULL; LV.2 동물 수 구하기 (정답률 : 91%) https://school.programmers.co.kr/learn/cours..
Database/프로그래머스
2023. 9. 29. 04:05