09 2023 档案
摘要:1.alter table curriculum drop 课程名称; 2.alter table grade modify 分数 decimal(5,2); 3.alter table student_info add 备注 varchar(50); 4.create database studb
阅读全文
摘要:1.create database studentsdb; show databases; 2.use studentsdb; 3.create table student_info (学号 char(4) not null, 姓名 char(8) not null, 性别 char(2), 出生日
阅读全文

浙公网安备 33010602011771号