mysql学习笔记之表的基本操作 创建表 create table 表名 create table if not exists 表名 mysql> create database company; Que Mysql 2022-04-20 116 点赞 1 评论 175 浏览