Skip to content

Latest commit

 

History

History
49 lines (14 loc) · 714 Bytes

File metadata and controls

49 lines (14 loc) · 714 Bytes

insert

테이블 생성

image-20191220174903857

insert를 여러개 해줄 때에는 select * from dual; 이런식으로 더미 테이블이라도 조회를 해줘야 데이터가 입력된다.

image-20191220173411194

NULL을직접 insert할수 있다.

image-20191220174454048

delete

image-20191220174800651

롤백

image-20191220174743457

set

image-20191220174414996

image-20191220174638857