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

正文內容

小區(qū)物業(yè)管理信息系統(tǒng)數據庫的設計-資料下載頁

2025-09-04 05:50本頁面

【導讀】SQLServer2020作為后臺數據庫進行設計,較好的滿足了小區(qū)物業(yè)的管理需求。務的辦理迅速、準確,極大的提高了小區(qū)物業(yè)管理的工作效率。

  

【正文】 */ /*==============================================================*/ create index 保潔 _FK on 清潔管理 ( 小區(qū) ID ASC ) go /*==============================================================*/ 小區(qū) 物業(yè)管理 信息 系統(tǒng) 數據庫的設計 25 25 25 1 /* Table: 維修 */ /*==============================================================*/ create table 維修 ( 設備信 _設備 ID int not null, 小區(qū) ID image not null, 設備 ID int null, 名 稱 char(256) null, 原因 text null, 施工單位 char(256) null, 負責人 char(256) null, 施工日期 datetime null, 是否 付款 bit null, 備注 text null, constraint PK_維修 primary key (設備信 _設備 ID, 小區(qū) ID) ) go /*==============================================================*/ /* Index: 維修 _FK */ /*==============================================================*/ create index 維修 _FK on 維修 ( 設備信 _設備 ID ASC ) go /*==============================================================*/ /* Index: 維修 2_FK */ /*==============================================================*/ create index 維修 2_FK on 維修 ( 小區(qū) 物業(yè)管理 信息 系統(tǒng) 數據庫的設計 26 26 26 1 小區(qū) ID ASC ) go /*==============================================================*/ /* Table: 設備信息 */ /*==============================================================*/ create table 設備信息 ( 設備 ID int not null, 小區(qū) ID image null, 名稱 char(256) null, 規(guī)格 char(256) null, 數量 int null, 生產廠商 char(256) null, 生產日期 datetime null, 檢修周期 int null, 備注 text null, constraint PK_設備信息 primary key nonclustered (設備 ID) ) go /*==============================================================*/ /* Index: 設備管理 _FK */ /*==============================================================*/ create index 設備管理 _FK on 設備信息 ( 小區(qū) ID ASC ) go /*==============================================================*/ /* Table: 車位 */ 小區(qū) 物業(yè)管理 信息 系統(tǒng) 數據庫的設計 27 27 27 1 /*==============================================================*/ create table 車位 ( 車位號 int not null, 小區(qū) ID image null, 車牌號 int null, 車類型 int null, 車主 char(256) not null, 車位面積 float null, 聯系電話 int null, 備注 text null, constraint PK_車位 primary key nonclustered (車位號 ) ) go /*==============================================================*/ /* Index: 擁有 _FK */ /*==============================================================*/ create index 擁有 _FK on 車位 ( 小區(qū) ID ASC ) go alter table 住戶信息 add constraint FK_住戶信息 _入住 2_房間信息 foreign key (房間 ID) references 房間信息 (房間 ID) go alter table 周邊設施 add constraint FK_周邊設施 _對應 _小區(qū)信息 foreign key (小區(qū) ID) references 小區(qū)信息 (小區(qū) ID) 小區(qū) 物業(yè)管理 信息 系統(tǒng) 數據庫的設計 28 28 28 1 go alter table 房間信息 add constraint FK_房間信息 _入住 _住戶信 息 foreign key (住戶 ID) references 住戶信息 (住戶 ID) go alter table 房間信息 add constraint FK_房間信息 _對應的 _樓宇信息 foreign key (樓宇 ID) references 樓宇信息 (樓宇 ID) go alter table 收費信息 add constraint FK_收費信息 _收費 _小區(qū)信息 foreign key (小區(qū) ID) references 小區(qū)信息 (小區(qū) ID) go alter table 樓宇信息 add constraint FK_樓宇信息 _擁有的 _小區(qū)信息 foreign key (小區(qū) ID) references 小區(qū)信息 (小區(qū) ID) go alter table 清潔管理 add constraint FK_清潔管理 _保潔 _小區(qū)信息 foreign key (小區(qū) ID) references 小區(qū)信息 (小區(qū) ID) go alter table 維修 add constraint FK_維修 _維修 _設備信息 foreign key (設備信 _設備 ID) references 設備信息 (設備 ID) go alter table 維修 add constraint FK_維修 _維修 2_小區(qū)信息 foreign key (小區(qū) ID) 小區(qū) 物業(yè)管理 信息 系統(tǒng) 數據庫的設計 29 29 29 1 references 小區(qū)信息 (小區(qū) ID) go alter table 設備信息 add constraint FK_設備信息 _設備管理 _小區(qū)信息 foreign key (小區(qū) ID) references 小區(qū)信息 (小區(qū) ID) go alter table 車位 add constraint FK_車位 _擁有 _小區(qū)信息 foreign key (小區(qū) ID) references 小區(qū)信息 (小區(qū) ID) go 小區(qū) 物業(yè)管理 信息 系統(tǒng) 數據庫的設計 30 30 30 1 六、參考文獻 [1] 龔沛曾,袁科平 .數據庫技術及應用 [M].范式研究, 2020. [2] Bradeley J C ,Millspaugh A 大學教程 [M]. 章其祥,譯 .國際版 .北京:清華大學出版社, 2020. [3] 施伯樂,丁 寶康,汪衛(wèi) .數據庫系統(tǒng)教程 [M].2 版 .北京 .高等教育出版社, 2020.
點擊復制文檔內容
公司管理相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1