摘要: 1.create database studentsdb; show databases; 2.use studentsdb; 3.create table student_info (学号 char(4) not null, 姓名 char(8) not null, 性别 char(2), 出生日 阅读全文
posted @ 2023-09-18 18:12 董霖 阅读(67) 评论(0) 推荐(0)