码迷,mamicode.com
首页 > 数据库 > 详细

sql基础的基础

时间:2015-12-16 12:12:44      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:

一.数据定义语言(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

sql基础的基础

标签:

原文地址:http://www.cnblogs.com/qcqc/p/5050666.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!