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

正文內(nèi)容

基于數(shù)據(jù)庫(kù)的酒店管理系統(tǒng)課程設(shè)計(jì)-全文預(yù)覽

  

【正文】 customer ( Cname char(25) null, Csex char(12) null, Cid char(20) not null, Cphone char(12) null, constraint PK_CUSTOMER primary key nonclustered (Cid))go/*=========================================================*//* Table: customer2 *//*=========================================================*/create table customer2 ( Cname char(25) null, Csex char(12) null, Cid2 char(20) not null, Cphone char(12) null, constraint PK_CUSTOMER2 primary key nonclustered (Cid2))go/*=========================================================*//* Table: reserve *//*=======================================================*/create table reserve ( Cid char(20) not null, Rnum char(10) not null, Ctime datetime null, Cdays char(4) null, Csftd char(4) null, constraint PK_RESERVE primary key (Cid, Rnum))go/*=========================================================*//* Table: restaurant *//*=========================================================*/create table restaurant ( Astyle char(20) null, Aposition char(30) null, Ataste char(12) null, Aname char(15) not null, constraint PK_RESTAURANT primary key nonclustered (Aname))go/*=========================================================*//* Table: room *//*=========================================================*/create table room ( Rstyle char(80) null, Rzt char(20) null, Rposition char(30) null, Rnum char(10) not null, Rprice numeric(20) null, constraint PK_ROOM primary key nonclustered (Rnum))go/*=========================================================*//* Table: staff *//*=========================================================*/create table staff ( Sname char(8)
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1