freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

教室管理信息系統(tǒng)的數(shù)據(jù)庫(kù)設(shè)計(jì)(參考版)

2024-08-18 07:03本頁(yè)面
  

【正文】 ) drop table 院系go/*==============================================================*//* Table: Association_3 *//*==============================================================*/create table Association_3 ( 課程號(hào) char(10) not null, 教室編號(hào) char(10) not null, constraint PK_ASSOCIATION_3 primary key (課程號(hào), 教室編號(hào)))go/*==============================================================*//* Index: Association_3_FK *//*==============================================================*/create index Association_3_FK on Association_3 (課程號(hào) ASC)go/*==============================================================*//* Index: Association_4_FK *//*==============================================================*/create index Association_4_FK on Association_3 (教室編號(hào) ASC)go/*==============================================================*//* Table: 上課 *//*==============================================================*/create table 上課 ( 教師_教師編號(hào) char(20) not null, 課程_課程號(hào) char(10) not null, 教室_教室編號(hào) char(10) not null, 教室編號(hào) char(10) not null, 上課時(shí)間 datetime not null, 上課時(shí)間段 datetime not null, 教師編號(hào) char(20) null, 課程號(hào) char(10) null, constraint PK_上課 primary key (教師_教師編號(hào), 課程_課程號(hào), 教室_教室編號(hào)))go/*==============================================================*//* Index: 上課_FK *//*==============================================================*/create index 上課_FK on 上課 (教師_教師編號(hào) ASC)go/*==============================================================*//* Index: 上課2_FK *//*==============================================================*/create index 上課2_FK on 上課 (課程_課程號(hào) ASC)go/*==============================================================*//* Index: 上課3_FK *//*==============================================================*/create index 上課3_FK on 上課 (教室_教室編號(hào) ASC)go/*==============================================================*//* Table: 學(xué)生 *//*==============================================================*/create table 學(xué)生 ( 學(xué)號(hào) char(20) not null, 院系_院系號(hào) char(10) null, 院系_院系號(hào)2 char(10) null, 姓名 char(10) null, 身份證號(hào) char(20) null, 院系號(hào) char(10) null, constraint PK_學(xué)生 primary key nonclustered (學(xué)號(hào)))go/*==============================================================*//* Index: Relationship_2_FK *//*==============================================================*/create index Relationship_2_FK on 學(xué)生 (院系_院系號(hào)2 ASC)go/*==============================================================*//* Index: 屬于_FK *//*==============================================================*/create index 屬于_FK on 學(xué)生 (院系_院系號(hào) ASC)go/*==============================================================*//* Table: 教學(xué)樓 *//*==============================================================*/create table 教學(xué)樓 ( 教學(xué)樓號(hào) char(10) not null, 教學(xué)樓名稱 char(10) null, constraint PK_教學(xué)樓 primary key nonclustered (教學(xué)樓號(hào)))go/*==========================================================
點(diǎn)擊復(fù)制文檔內(nèi)容
數(shù)學(xué)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1