[SQL] DDL, DML, DCL

Walter Mitty·2022년 11월 9일
0

SQL

목록 보기
11/15
post-custom-banner
  • DDL(데이터 정의어)
    • create table
    • alter table
    • drop table
  • DML(데이터 조작어)
    • insert
    • update
    • delete
  • DCL(데이터 제어어)
    • grant
    • revoke

0개의 댓글