SQL/HackerRank(MYSQL)

SQL/HackerRank(MYSQL) ·
문제 링크 https://www.hackerrank.com/challenges/earnings-of-employees/problem?isFullScreen=true Top Earners | HackerRank Find the maximum amount of money earned by any employee, as well as the number of top earners (people who have earned this amount). www.hackerrank.com 문제 We define an employee's total earnings to be their monthly salary x months worked, and the maximum total earnings to be the max..
SQL/HackerRank(MYSQL) ·
문제 링크 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/HackerRank(MYSQL) ·
문제 링크 https://www.hackerrank.com/challenges/what-type-of-triangle/problem?isFullScreen=true Type of Triangle | HackerRank Query a triangle's type based on its side lengths. www.hackerrank.com 문제 Write a query identifying the type of each record in the TRIANGLES table using its three side lengths. Output one of the following statements for each record in the table: Equilateral: It's a triangle wi..
SQL/HackerRank(MYSQL) ·
이전 글에서 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..
SQL/HackerRank(MYSQL) ·
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'라는 메세지와..
SQL/HackerRank(MYSQL) ·
책을 시작하기 앞서, MySQL 개발 환경을 구축 해보자. 1. 리눅스용 윈도우 하위 시스템(Windows Subsystem for Linux, WSL) 설치하기 -> MySQL 개발 환경 구축에 앞서 리눅스용 윈도우 하위 시스템인 WSL을 설치해준다. 설치방법: 제어판 -> 프로그램 -> windows 기능 켜기/끄기 -> Linux용 windows 하위시스템 체크 WSL 설치가 끝나면 재부팅을 하라는 메세지가 뜨는데 여기서 꼭 '다시 시작'을 해줘야 한다. 재부팅 안하고 이후 우분투를 설치하면 아래와 같은 에러가 발생한다. 재부팅을 해준 후, 좌측 하단 아래에 있는 microsoft store에 들어가서 ubuntu 20.04 LTS download 설치 Ubuntu(우분투) 설치가 완료되면 아래 이..
삐야오
'SQL/HackerRank(MYSQL)' 카테고리의 글 목록