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
- @ConfigurationProperties
- Application Event
- EnableAutoConfiguration
- rest api
- 리소스핸들러
- cors
- HttpMessageConverters
- HATEOAS
- OAuth2
- 리소스 서버
- JPA
- 브루트포스
- 정적 리소스
- 외부설정
- 백트래킹
- Spring Security
- WebApplication Type
- 알고리즘
- 백준
- @Profile
- Application Runner
- 백기선
- webjar
- 스프링부트
- Application Argument
- JsonSerializer
- application.properties
- 다익스트라
- AuthenticationPrincipal
- 스프링 부트
Archives
- Today
- Total
아카이브
DDL, DML, DCL 본문
1. DDL
- Data Definition Language
- CREATE, ALTER, DROP
2. DML
- Data Manipulation Laguage
- SELECT, INSERT, UPDATE, DELETE
3. DCL
- Data Control Language
- GRANT, REVOKE, COMMIT, ROLLBACK
'데이터베이스' 카테고리의 다른 글
트랜잭션 (Transaction) (0) | 2018.06.18 |
---|---|
INDEX 란? (0) | 2018.06.18 |
Clustered Index VS Non-Clustered Index (0) | 2018.06.09 |
Stored Procedure ( 저장 프로시저 ) (0) | 2018.06.09 |
무결성(Integrity) (0) | 2018.06.09 |