[3] MySQL 테이블의 생성
테이블의 생성 1. 테이블 column을 생성 저장할 데이터의 타입과 구조를 만든다. 2. 테이블에 데이터(Record)를 저장 create table in mysql cheat sheet (*cheat sheet : 컨닝페이퍼) mysql data type http://www.mysqltutorial.org/mysql-cheat-sheet.aspx MySQL Cheat Sheet MySQL cheat sheet provides you the most commonly used statements that help you practice with MySQL more effectively. www.mysqltutorial.org CREATE TABLE topic( id INT(11) NOT NULL AUTO..
코딩공부/DATABASE2 - MySQL
2019. 9. 18.