인덱스 (1) 썸네일형 리스트형 mysql 인덱스 명령어(생성, 삭제, 확인) index 명령어 조회 show index from [table 명] 생성 create index [index 명] on [table 명] ([컬럼명..n]) 삭제 alter table [table 명] drop index [index 명] 이전 1 다음