멘토410 [SQL] SQL 기본 문법 정리 DML(Data Manipulation Language)insertupdatedeleteselectDDL(Data Definition Language)createalterdroptruncaterenameDCL(Data Control Language)grantrevokeTCL(Transaction Control Language)commitrollbacksavepointCreate테이블 생성create table student (칼럼명 타입 조건(not null 등),칼럼명 타입 조건(not null 등),칼럼명 타입 조건(not null 등),PRIMARY KEY ~~ );Insert테이블에 데이터 삽입insert into student values(테이블에 맞는 데이터 양식);Update데이터 내용 수정.. 2023. 3. 27. 멘토 멘토 2023. 3. 23. 이전 1 ··· 66 67 68 69 다음