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

正文內(nèi)容

數(shù)據(jù)庫(kù)課程設(shè)計(jì)-學(xué)生成績(jī)管理系統(tǒng)-文庫(kù)吧資料

2025-01-22 03:15本頁(yè)面
  

【正文】 not null, sdept1 char(20) not null, ano numeric(20) null, ame2 char(10) null, grade1 char(10) null, constraint PK_學(xué)生成績(jī)表 primary key nonclustered (sno1, sdept1))go/*==============================================================*//* Index: Relationship_5_FK *//*==============================================================*/create index Relationship_5_FK on 學(xué)生成績(jī)表 (ano ASC)go/*==============================================================*//* Table: 教師 *//*==============================================================*/create table 教師 ( tno numeric(20) not null, tname char(10) null, tclass char(5) null, ame1 char(10) null, constraint PK_教師 primary key nonclustered (tno))go/*==============================================================*//* Table: 管理員 *//*==============================================================*/create table 管理員 ( ano numeric(20) not null, apassword char(10) null, constraint PK_管理員 primary key nonclustered (ano))go/*==============================================================*//* Table: 課程表 *//*==============================================================*/create table 課程表 ( o numeric(10) not null, tno numeric(20) null, sno1 numeric(10) null, sdept1 char(20) null, ame char(10) null, constraint PK_課程表 primary key nonclustered (o))go/*==============================================================*//* Index: Relationship_1_FK *//*==============================================================*/create index Relationship_1_FK on 課程表 (tno ASC)go/*==============================================================*//* Index: Relationship_6_FK *//*==================================
點(diǎn)擊復(fù)制文檔內(nèi)容
范文總結(jié)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1