MySQL基本操作

    xiaoxiao2021-04-13  31

    1.创建    删除    数据表    数据库

    create   /  drop      database/table    数据库/数据表;

    2.显示表的关键字:

    desc 表名;

    3.删除之前判断表是否存在:

    drop table if exists  表名;

    转载请注明原文地址: https://ju.6miu.com/read-669384.html

    最新回复(0)