用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','劉晨','
相關文章
相關標籤/搜索