数据库实验一 (建表和插入)

1.  建立学生信息表 (学生编号、姓名、性别、年龄、出生日期、院系名称、班级): test1_student:sid char 12 not null、name varchar 10 not null、sex char 二、age int、birthday date、dname varchar 30、class varchar 10。sql create table test1_student(
相关文章
相关标签/搜索