MySQL基础命令

一)基础命令 1)对数据库的操作 1.使用use 库名;2.创建create database 库名; 3.删除drop database 库名; 4.显示数据库,表show databases;show tables; 2)对数据表的操作 1.创建表create table 表名(字段 字段类型,

posted on 2023-10-10 15:54  L0ngyc  阅读(57)  评论(0编辑  收藏  举报