테이블 삭제 썸네일형 리스트형 mysql table 생성,수정 & 자료형 12월 7일 *테이블 생성/수정/삭제 1.테이블생성 create table 테이블명(컬럼명 자료형, 컬럼명 자료형, ..) ex:) create table exam1 (name varchar(10), tel varchar(30)); =========================dtype1.sql========================= create table dype1( c1 tinyint, c2 tinyint(3), c3 tinyint signed, c4 tinyint unsigned); =========================dtype1.sql========================= C:\ mysql -u root -papmsetup examdb < c:\php\dytpe1.sql (첨부했음) ==.. 더보기 이전 1 다음