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

mysql 数据库 知识体系

时间:2018-01-24 18:03:01      阅读:286      评论:0      收藏:0      [点我收藏+]

标签:tor   视图   res   des   rename   函数   lte   evo   comm   

mysql 数据

    1.   数据库定义语言(数据定义语言DDL)

        a.   alter database

        b.   create database

        c.    drop database

        d.   alter table

        e.   create table

        f.    drop table

        g.   rename table

        h.   create index

        i.    drop index

   2.  数据操作语言(DML)

        a.   delete

        b.   do

        c.    handler

        d.   insert

        e.   load data infile

        f.    replace

        g.   select

        h.   subquery

        i.    truncate

        j.    update

   3. mysql工具、事务、锁定

        a.  describe

        b.  use

        c.  start transaction,  commit,  rollback

        d.  savepoint , rollback to savepoint

        e.   lock tables, unlock tables

        f.   set transaction

   4.  mysql 账户管理

        a.   create user

        b.   drop user

        c.    grant, revoke

        d.   rename user

        e.   set password

   5.  mysql 表维护, set , show

        a.   analyze table

        b.   backup table

        c.    check table

        d.    checksum table

        e.    optimize table

        f.     repair table

        g.    restore table

        h.    set

        i.    show

一、 数据库

 

二、 数据表


三、 索引


       

四、 视图

五、 事务

六、 触发器

七、 存储过程/实例/函数

mysql 数据库 知识体系

标签:tor   视图   res   des   rename   函数   lte   evo   comm   

原文地址:http://blog.51cto.com/ting2junshui/2064726

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