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

正文內(nèi)容

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

  

【正文】 ==================*//* 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é)樓名稱(chēng) char(10) null, constraint PK_教學(xué)樓 primary key nonclustered (教學(xué)樓號(hào)))go/*==============================================================*//* Table: 教室 *//*==============================================================*/create table 教室 ( 教室編號(hào) char(10) not null, 教學(xué)樓_教學(xué)樓號(hào) char(10) null, 教學(xué)樓號(hào) char(10) null, 樓層 char(10) null, constraint PK_教室 primary key nonclustered (教室編號(hào)))go/*==============================================================*//* Index: 位置于_FK *//*==============================================================*/create index 位置于_FK on 教室 (教學(xué)樓_教學(xué)樓號(hào) ASC)go/*==============================================================*//* Table: 教室借用 *//*==============================================================*/create table 教室借用 ( 學(xué)號(hào) char(20) not null, 教室_教室編號(hào) char(10) not null, 教室編號(hào) char(10) not null, 使用人編號(hào) char(20) not null, 使用日期 datetime not null, 使用時(shí)間段 datetime not null, 用途 char(10) null, constraint PK_教室借用 primary key (學(xué)號(hào), 教室_教室編號(hào)))go/*==============================================================*//* Index: 教室借用_FK *//*==============================================================*/create index 教室借用_FK on 教室借用 (學(xué)號(hào) ASC)go/*==============================================================*//* Index: 教室借用2_FK *//*==============================================================*/create index 教室借用2_FK on 教室借用 (教室_教室編號(hào) ASC)go/*==============================================================*//* Table: 教師 *//*==============================================================*/create table 教師 ( 教師編號(hào) char(20) not null, 院系號(hào) char(10) null, 教師姓名 char(10) null, 性別
點(diǎn)擊復(fù)制文檔內(nèi)容
數(shù)學(xué)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1