摘要:
create database schoolData go use schoolData go create table Student ( Sno char(3) primary key, Sname char(8) not null, Ssex char(2) not null, Sbirthd... 阅读全文
posted @ 2014-12-01 08:37
我是杨波
阅读(336)
评论(0)
推荐(2)
浙公网安备 33010602011771号