摘要: create table student( --学生表sno varchar(10) primary key, --学生号sname varchar(20), --名字sage bigint(2), --年龄ssex varchar(5) --性别); create table teacher( - 阅读全文
posted @ 2022-08-06 14:51 予璇CC123 阅读(48) 评论(0) 推荐(0)