摘要: crcreate database studentsdb; show databases; create table student_info (学号 char(4) not null, 姓名 char(8) not null, 性别 char(2), 出生日期 date, 家族住址 varchar 阅读全文
posted @ 2023-09-19 14:14 邢加梁 阅读(13) 评论(0) 推荐(0) 编辑