MySQL基本使用(一)

时间:2020-11-06 02:44:52   收藏:0   阅读:28

MySQL基本使用(一)

创建数据库

连接数据库

新建数据表

create table student(id int(10), name char(50), phone int(11));
show tables;

技术图片

数据类型

插入数据

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!