Create > insert intoRead > selectUpdate > updateDelete > delete Create > insert into (데이터 추가)-- 1개의 데이터 추가 INSERT INTO customer(name,email,age)valuse('김수민','tnals@gmail.com',22); -- 여러 데이터 추가 INSERT INTO customer(name,email,age)valuse('김수민','tnals@gmail.com',22),('최보민','qhals@gmail.com',25),('박민수','dnjstn@gmail.com',28),('이영한','dudgks@gmail.com'32),('조영훈','dudgns@gmail.com'33),('김재성','wotjd@gmai..