Sql Server上机实验答案

--以默认方式创建stu001数据库create database stu001--打开stu001数据库use stu001 --创建学生表XScreate table xs ( 学号char(7)

腾讯文库SqlSql Server上机实验答案