自用 MySQL 学习笔记

<>:参数[]:可选参数 数据库/表的创建与删除创建数据库1create database [if not exists] <数据库>; 创建表12345create table [if not exists] &l...

MySQL