delete from table명
delete from table명 where name = '겨울';
delete from table 명 where name 'is NULL';
'is NULL' 을 사용한다.
drop table 테이블 명
ALTER TABLE [TABLE명] AUTO_INCREMENT = [시작할 값];
SET foreign_key_checks = 0; // 체크 해제
DELETE TABLE [테이블명] or TRUNCATE [테이블명]
SET foreign_key_checks = 1; // 다시 체크 설정