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 |
29 | 30 | 31 |
Tags
- IntelliJ
- find
- plugin
- grep
- 네트워크
- bash
- profile
- vscode
- maVen
- netsh
- VirtualBox
- Mac
- Quartz
- JavaScript
- xargs
- resource
- Source
- lsof
- port
- tomcat
- 줄바꿈 문자
- Windows
- 단축키
- Eclipse
- context
- import
- web.xml
- GIT
- Windows 10
- ssh
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