[SQL] DDL, DML, DCL

sung eon·2022년 11월 9일
0

SQL

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

0개의 댓글