数据库——练习题答案
摘要:
create database 学生选课数据库Create table Student (Sno Char(3) not null primary key, #学号Sname Char(8) not null, #学生姓名Ssex Char(2) not null, #学生姓名Sbirthday ... 阅读全文
posted @ 2016-01-18 14:58 Chen_s 阅读(4328) 评论(0) 推荐(0)
浙公网安备 33010602011771号