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

正文內(nèi)容

教室管理信息系統(tǒng)的數(shù)據(jù)庫(kù)設(shè)計(jì)-文庫(kù)吧在線文庫(kù)

2025-09-09 07:03上一頁面

下一頁面
  

【正文】 課3_教室goalter table 學(xué)生 drop constraint FK_學(xué)生_RELATIONS_院系goalter table 學(xué)生 drop constraint FK_學(xué)生_屬于_院系goalter table 教室 drop constraint FK_教室_位置于_教學(xué)樓goalter table 教室借用 drop constraint FK_教室借用_教室借用_學(xué)生goalter table 教室借用 drop constraint FK_教室借用_教室借用2_教室goalter table 教師 drop constraint FK_教師_隸屬于_院系goif exists (select 1 from sysindexes where id = object_id(39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。) drop table Association_3goif exists (select 1 from sysobjects where id = object_id(39。) drop table 學(xué)生goif exists (select 1 from sysobjects where id = object_id(39。) drop table 教室goif exists (select 1 from sysobjects where id = object_id(39。) drop table 教師goif exists (select 1 from sysobjects where id = object_id(39。) 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/*============================================
點(diǎn)擊復(fù)制文檔內(nèi)容
數(shù)學(xué)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1