Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- resource
- JavaScript
- ssh
- profile
- IntelliJ
- find
- vscode
- xargs
- VirtualBox
- port
- import
- bash
- grep
- netsh
- GIT
- web.xml
- 단축키
- Mac
- context
- Source
- plugin
- 네트워크
- Eclipse
- maVen
- Windows
- Quartz
- 줄바꿈 문자
- Windows 10
- tomcat
- lsof
Archives
- Today
- Total
develog
[Oracle] DDL, DML, DCL, TCL 본문
▶ DDL (Data Definition Language)
- CREATE
- ALTER
- DROP
- TRUNCATE
- RENAME
▶ DML (Data Manipulation Language)
- SELECT
- INSERT
- UPDATE
- DELETE
- MERGE
▶ DCL (Data Control Language)
- GRANT
- REVOKE
▶ TCL (Transaction Control Language)
- COMMIT
- ROLLBACK
- SAVEPOINT
'DB > Oracle' 카테고리의 다른 글
[Oracle] Trigger 생성 (0) | 2015.06.19 |
---|---|
[Oracle] REF CURSOR (0) | 2015.06.18 |
[Oracle] 부여된 권한 조회 (0) | 2015.01.21 |
[Oracle] GRANT 조회 (0) | 2015.01.13 |
[Oracle] 테이블 생성시간 확인 (0) | 2015.01.06 |
Comments