데이터베이스는 관계형 데이터베이스비관계형 데이터베이스로 크게 나눌 수 있다.관계형 데이터베이스(關係形 Database, Relational Database, 문화어: 관계자료기지, 관계형자료기지, RDB)는 키(key)와 값(value)들의 간단한 관계를 테이블화 시킨
컴퓨터에 MySQL 깔기가 귀찮아 파이썬, C와 같이 웹으로 할 수 있는 사이트를 찾아보다 발견했다.w3school\[링크바로가기]여기서 할 수 있다!
Definition and Usage The CONCAT() function adds two or more expressions together. CONCAT은 2개, 그 이상의 컬럼을 합칠 때 사용하는 명령어다
The IFNULL() function returns a specified value if the expression is NULL.If the expression is NOT NULL, this function returns the expression.IFNULL()
The LIMIT clause is used to specify the number of records to return.The LIMIT clause is useful on large tables with thousands of records. Returning a