摘要:
1 /*创建数据库*/ 2 create database db211416145 3 /*创建student表*/ 4 create table student 5 ( 6 Sno char(10) primary key, 7 Sname char(20), 8 Ssex char (10), 9 Sage int, 10 Sdept char(20)... 阅读全文
posted @ 2016-12-01 21:45
Ponytai1
阅读(416)
评论(0)
推荐(0)