문제 링크 https://www.hackerrank.com/challenges/the-blunder/problem?isFullScreen=true The Blunder | HackerRank Query the amount of error in Sam's result, rounded up to the next integer. www.hackerrank.com 문제 Samantha was tasked with calculating the average monthly salaries for all employees in the EMPLOYEES table, but did not realize her keyboard's key was broken until after completing the calculati..
SQL
이전 글에서 MySQL 설치와 DB 접속까지 확인을 끝냈다. 이번에는 WSL에서 MySQL 데이터베이스를 만지는 대신 좀 더 보기 좋게 사용하기 위해 Workbench를 설치해보자. dev.mysql.com/downloads/workbench/ MySQL :: Download MySQL Workbench Select Operating System: Select Operating System… Microsoft Windows Ubuntu Linux Red Hat Enterprise Linux / Oracle Linux Fedora macOS Source Code Select OS Version: All Windows (x86, 64-bit) Recommended Download: Other Download..
MySQL 설치에 앞서 리눅스용 윈도우 하위 시스템(Windows Subsystem for Linux, WSL) 와 Ubuntu 20.04 LTS 다운로드를 모두 마친 상황. 이번엔 WSL 우분투에 MySQL 설치와 MySQL을 구동해보자. 2. MySQL 설치하기 Ubuntu(우분투)를 실행하면 아래와 같은 화면이 나오고 커서가 깜빡거린다. username(사용자명)을 입력해주고 나면 password(비밀번호)를 입력하라고 깜빡거리는데 여기서 비밀번호를 입력해도 화면으로는 비밀번호가 보이지 않는다. 'Retype new password:' 에도 방금 설정한 비밀번호를 다시 타이핑 해주면 된다. 비밀번호를 입력해주고 나면 'passwd: password updated successfully'라는 메세지와..