数据库实验一( 表、视图和索引的管理 )

创建学生表 create table Student ( Sno char(20) primary key, Sname char(10) not null, Sage int, Ssex char(5), Sdept char(20) ); 创建课程表 create table Course ( Cno char(10) primary key, Cname char(20) not null
相关文章
相关标签/搜索