摘要: create database XSCJ;use XSCJ; create table XS (学号 varchar(6) primary key not null,姓名 varchar(8) not null,专业名 varchar(10),性别 tinyint(1) not null,出生日期 ... 阅读全文
posted @ 2015-10-21 00:29 牵牛花 阅读(197) 评论(0) 推荐(0)