摘要: 创建数据库/表 /* create database studentCourse */ use studentCourse go create table Student( Sno char(6) Primary Key, Sname nvarchar(20)not null, Ssex nchar 阅读全文
posted @ 2021-10-25 10:16 南柯Dream丶 阅读(308) 评论(0) 推荐(0)