作业要求:
作业代码实现:
create database db_04 default charset=utf8mb4;
use db_04;
create table if not exists t_hero(
id int primary key auto_increment,
name varchar(20) not null unique,
nickname varchar(50) not null unique,
address varchar(20) unique,
ggroups varchar(10),
email varchar(20)not null,
telphone varchar(20)not null);
desc t_hero;
结果:文章来源:https://www.toymoban.com/news/detail-794650.html
文章来源地址https://www.toymoban.com/news/detail-794650.html
到了这里,关于MySQL第二次的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!