1) SELECT2) FROM3) WHERE4) GROUP BY5) HAVING6) ORDER BY7) LIMIT참고: https://mode.com/sql-tutorial/sql-having/
두개 이상 테이블에서 테이블 사이 연관된 colum을 바탕으로 rows를 결합할 때 사용함. 두 테이블에 모두 매치되는 값을 가진 rows를 리턴함.코드왼쪽 테이블의 모든 rows를 리턴하고, 오른쪽 테이블에서는 왼쪽 테이블에 매치되는 rows를 리턴함.코드오른쪽 테이
<예제> Hackerrank - Symmetric Pairs문제You are given a table, Functions, containing two columns: X and Y.Two pairs (X1, Y1) and (X2, Y2) are said to be
특정한 기준을 충족하는 rows의 수 리턴함.NULL 값은 세지 않음. 코드<예시>Table: Customers코드코드 결과5코드결과5코드결과3<예제>문제Query a count of the number of cities in CITY having a Pop
문제Query a count of the number of cities in CITY having a Population larger than 100,000.풀이출처: https://www.hackerrank.com/challenges/revising-aggr
정규표현식은 검색할 패턴을 명시하는 방법임.출처: https://dev.mysql.com/doc/refman/8.0/en/regexp.html정규표현식 튜토리얼: https://regexone.com/lesson/introduction_abcs정규표현