用SQL语句建立学生表

create table Student(   Sno char(10),   Sname varchar(20),   Ssex char(2),   Sage tinyint,   Sdept varchar(20),   )table insert into Student values('201215121','李勇','男','20','CS'), ('201215122','刘晨','
相关文章
相关标签/搜索