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

正文內(nèi)容

國際賓館管理系統(tǒng)---計算機管理系統(tǒng)-資料下載頁

2024-12-07 09:54本頁面

【導讀】視圖清單.......

  

【正文】 id = object_id(39。t_standard39。) and name = 39。Index_num39。 and indid 0 and indid 255) drop index go if exists (select 1 from sysobjects where id = object_id(39。t_standard39。) and type = 39。U39。) drop table t_standard go /*==============================================================*/ /* Table: t_standard */ /*==============================================================*/ create table t_standard ( id id identity, num num not null, title title not null, area area not null, bed_count amount not null, unit_price money_ not null, air_condition yes_no not null, tv yes_no not null, telephone yes_no not null, toilet yes_no not null, constraint PK_T_STANDARD primary key (id) ) go /*==============================================================*/ /* Index: Index_num */ /*==============================================================*/ create unique index Index_num on t_standard ( num ASC 國際賓館管理系統(tǒng) 畢業(yè)論文 第 27 頁 共 50 頁 ) go /*==============================================================*/ /* Index: Index_title */ /*==============================================================*/ create unique index Index_title on t_standard ( title ASC ) go 表格客房標準的列清單 名稱 代碼 ID id 標準編號 num 標準名稱 title 房間面積 area 床位數(shù)量 bed_count 住房單價 unit_price 是否有空調(diào) air_condition 是否有電視機 tv 是否有電話 telephone 是否有單獨衛(wèi)生間 toilet 表格系統(tǒng)用戶 表格系統(tǒng)用戶的代碼預(yù)覽 if exists (select 1 from sysindexes where id = object_id(39。t_user39。) and name = 39。Index_code39。 and indid 0 and indid 255) drop index go if exists (select 1 from sysobjects where id = object_id(39。t_user39。) and type = 39。U39。) drop table t_user 國際賓館管理系統(tǒng) 畢業(yè)論文 第 28 頁 共 50 頁 go /*==============================================================*/ /* Table: t_user */ /*==============================================================*/ create table t_user ( id id identity, code code not null, title title not null, password txt not null, station enum not null, constraint PK_T_USER primary key (id) ) go declare @CurrentUser sysname select @CurrentUser = user_name() execute sp_addextendedproperty 39。MS_Description39。, 39。1=管理 (擁有系統(tǒng)所有權(quán)限,包括客房標準、客房基本信息、訂房信息的錄入與修改、系統(tǒng)用戶的管理) 2=錄入(錄入訂房信息、查詢除系統(tǒng)用戶信息以外的其他信息) 3=查詢(查詢除系統(tǒng)用戶信息以外的其他信息) 39。, 39。user39。, @CurrentUser, 39。table39。, 39。t_user39。, 39。column39。, 39。station39。 go set identity_insert t_user on insert into t_user(id, code, title, password, station) values(1, 39。admin39。, 39。管理員 39。, 39。admin39。, 1) set identity_insert t_user off /*==============================================================*/ /* Index: Index_code */ /*==============================================================*/ create unique index Index_code on t_user ( code ASC ) go 表格系統(tǒng)用戶的列清單 國際賓館管理系統(tǒng) 畢業(yè)論文 第 29 頁 共 50 頁 名稱 代碼 ID id 代碼 code 姓名 title 密碼 password 權(quán)限 station 表格訂房信息 表格訂房信息的代碼預(yù)覽 if exists (select 1 from r join o on ( = and = 39。F39。) where = object_id(39。t_book39。) and = 39。FK_T_BOOK_REF_BOOK__T_ROOM39。) alter table t_book drop constraint FK_T_BOOK_REF_BOOK__T_ROOM go if exists (select 1 from sysindexes where id = object_id(39。t_book39。) and name = 39。Index_settle_date39。 and indid 0 and indid 255) drop index go if exists (select 1 from sysindexes where id = object_id(39。t_book39。) and name = 39。Index_enter_date39。 and indid 0 and indid 255) drop index go if exists (select 1 from sysobjects where id = object_id(39。t_book39。) and type = 39。U39。) drop table t_book 國際賓館管理系統(tǒng) 畢業(yè)論文 第 30 頁 共 50 頁 go /*==============================================================*/ /* Table: t_book */ /*==============================================================*/ create table t_book ( id id identity, room_id pid not null, client_name title not null, client_idcard idcard not null, settled yes_no not null, enter_date time_ not null, earnest money_ not null, day_count amount not null, settle_date time_ not null, discount money_ not null, remark remark null, constraint PK_T_BOOK primary key (id) ) go declare @CurrentUser sysname select @CurrentUser = user_name() execute sp_addextendedproperty 39。MS_Description39。, 39。1=入住 0=結(jié)算 39。, 39。user39。, @CurrentUser, 39。table39。, 39。t_book39。, 3
點擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1