Blogger Information
Blog 33
fans 0
comment 0
visits 19968
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
11月20日数据库增删查改--PHP培训九期线上班
取个名字真难
Original
617 people have browsed it

创建数据表
![]

CREATE TABLENewTable(姓名varchar(8) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '姓名' ,学号tinyint(3) UNSIGNED NOT NULL DEFAULT 1 COMMENT '学号' ,班级varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT 一班 COMMENT '所在班级' ,语文tinyint(4) UNSIGNED NOT NULL DEFAULT 0 COMMENT '语文成绩' ,数学tinyint(4) UNSIGNED NOT NULL DEFAULT 0 COMMENT '数学成绩' ,英语tinyint(4) UNSIGNED NOT NULL DEFAULT 0 COMMENT '英语成绩' ,历史tinyint(4) UNSIGNED NOT NULL DEFAULT 0 COMMENT '历史成绩' ,地理tinyint(4) UNSIGNED NOT NULL DEFAULT 0 COMMENT '地理成绩' ,化学tinyint(4) UNSIGNED NOT NULL DEFAULT 0 COMMENT '化学成绩' ,总成绩tinyint(5) UNSIGNED NOT NULL DEFAULT 0 COMMENT '总成绩' ,名次` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT ‘排名’,
)

`

Correcting teacher:查无此人查无此人

Correction status:qualified

Teacher's comments:完成的不错,继续加油
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post