sql基础的基础

一.数据定义语言(DDL)

  create table

  alter table

  drop table

  create index

  alter index

  drop index

  create view

  drop view

二.数据操作语言(DML)

  Insert

  Update

  Delete

三.数据查询语言(DQL)

  Select

四.数据控制语言(DCL)

  Alter Password

  Grant

  Revoke

  Create Synonym

五.数据管理命令

  Start Audit

  Stop Audit

六.事务控制命令

  Commit

  Rollback

  SavePoint

  Set Transaction

请原谅我的痴心妄想,我只是个有情怀的程序员; 请约束你的躁动不安,我也是个有礼貌的程序员。
原文地址:https://www.cnblogs.com/qcqc/p/5050666.html