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

数据库基础

时间:2017-06-12 10:33:02      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:lte   upd   命令   数据类型   grant   密码   ast   ble   update   

1.SQL命令的类型:

  DDL(数据定义语言)包括:

    create table

    alter table

    drop table

    create index

    alter index

    drop index

    create view 

    alter view 

  DML(数据操作语言)包括:

    insert

    update

    delete

  DQL(数据选择语言)包括:

    select

  DCL(数据控制语言)包括:

    alter password  (修改密码)

    grant  (授予)

    revoke  (撤回)

    create synonym  (同义词)

 

2.数据类型进行显示转换函数: cast 或  convert

 

3.修改表元素属性:

  sql server: alter table ... alter column ...

  oracle: alter table ... alter modify ...

4.

  

数据库基础

标签:lte   upd   命令   数据类型   grant   密码   ast   ble   update   

原文地址:http://www.cnblogs.com/shizijie/p/6991106.html

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