成绩管理系统物理结构设计源代码.docxVIP

  • 35
  • 0
  • 约小于1千字
  • 约 2页
  • 2022-09-01 发布于云南
  • 举报
成绩管理系统物理结构设计源代码 通过手动编写SQL语句方式建立数据库后台。 sqlplus /nolog create table t_student( studi int not null primary key, stuname varchar2(20) ,sex char(2)); create table t_course{ couid int not null primary key, couname varchar2(20) ,term char(2), credit number(3,1)); create table t_teacher( teaid int not null primary key, teaname varchar2(20),sex char(2)); create table t_selcour( sid int references t_student(stuid), cid int referentces t_course(couid), score number(4,2), primary key (sid,cid)); create table t_teacour( tid int references t_teacher(teaid), cid int references t_course

文档评论(0)

1亿VIP精品文档

相关文档