조건을 확인하는 WHERE에서 %를 연산해 조건에 해당하는 column을 뽑아내고 problem_id를 통해 정렬했다. SELECT problem_id FROM Problems WHERE likes / (likes + dislikes) * 100 < 60 ORDER BY problem_id 참고 - https://leetcode.com/problems/low-quality-problems/
Join에 대한 이해부터 시작하자. Join이란 아래와 같다. :Typically, we want only combinations of the Cartesian product that satisfy certain conditions and so we would normally use a Join operation instead of the Cartesian product operation. The Join operation, which combines two relations to form a new relation, is one of the essential operations in the relational algebra. : 특정 조건을 만족하는 Cartesian product(곱집합)을 만들고자 ..
MySQL 문법의 자료형 중 문자열을 나타내는 자료형으로 CHAR와 VARCHAR가 있다. 둘을 아래와 같은 차이를 갖고있다. 1. CHAR - 고정형: CHAR(32)로 선언될 경우 몇 바이트의 문자열이 주어지던 32 bytes가 할당된다. - 메모리 고려 시엔 낭비가 될 수도 있지만, 메모리가 고정된 만큼 검색 및 데이터 접근과 같은 시간 측면에선 VARCHAR 대비 우수하다. 2. VARCHAR - 가변형: VARCHAR(32)로 선언돼도 주어진 문자열 길이만큼 메모리가 할당된다. 예를 들어, "Daniel"로 6 bytes가 입력되면 메모리는 6 bytes만 할당된다. - CHAR 대비 메모리 효율적이지만, 시간 복잡도 측면에선 떨어진다. 참고 - https://byul91oh.tistory.co..
:MySQL Workbench is a unified visual tool for database architects, developers, and DBAs*. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more. MySQL Workbench is available on Windows, Linux and Mac OS X. : MySQL Workbench는 데이터베이스 설계자나 개발자 혹은 관련 사업을 하는 사람들을 위한 통합 시각 툴이다. MySQL Workbenc..
- Total
- Today
- Yesterday
- defaultdict
- 소켓 프로그래밍
- ml
- Hash Map
- machine learning
- tf-idf
- Python
- 딕셔너리
- join
- DICTIONARY
- vertex shader
- java
- 파이썬
- 티스토리챌린지
- 투 포인터
- min heap
- Computer Graphics
- 오블완
- 머신 러닝
- I2C
- leetcode
- C++
- 이코노미스트
- 리트코드
- The Economist
- The Economist Espresso
- Android
- socket programming
- 이코노미스트 에스프레소
- 안드로이드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |