fsh9999

导航

2023年9月18日 #

第2次作业-SQL语句的基本使用

摘要: mysql> create table student_info -> ( -> 学号 char(4) not null primary key, -> 姓名 char(8) not null, -> 性别 char(2) null, -> 出生日期 date null, -> 家族住址 varch 阅读全文

posted @ 2023-09-18 18:01 付松华 阅读(47) 评论(0) 推荐(0)