第一范文网 - 专业文章范例文档资料分享平台

小区物业管理系统数据库设计(1)

来源:用户分享 时间:2025/5/15 5:28:15 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

5、 逻辑结构设计

(一)CDM

(二)PDM

6、 物理结构设计

/*==============================================================*/ /* DBMS name: Microsoft SQL Server 2005 */ /* Created on: 2008-12-26 9:25:39 */ /*==============================================================*/ alter table 住户信息

drop constraint FK_住户信息_入住2_房间信息 go

alter table 周边设施

drop constraint FK_周边设施_对应_小区信息 go

alter table 房间信息

drop constraint FK_房间信息_入住_住户信息 go

alter table 房间信息

drop constraint FK_房间信息_对应的_楼宇信息 go

alter table 收费信息

drop constraint FK_收费信息_收费_小区信息 go

alter table 楼宇信息

drop constraint FK_楼宇信息_拥有的_小区信息 go

alter table 清洁管理

drop constraint FK_清洁管理_保洁_小区信息 go

alter table 维修

drop constraint FK_维修_维修_设备信息 go

alter table 维修

drop constraint FK_维修_维修2_小区信息 go

alter table 设备信息

drop constraint FK_设备信息_设备管理_小区信息 go

alter table 车位

drop constraint FK_车位_拥有_小区信息 go

if exists (select 1

from sysindexes

where id = object_id('住户信息') and name = '入住2_FK'

and indid > 0 and indid < 255) drop index 住户信息.入住2_FK go

if exists (select 1

from sysindexes

where id = object_id('周边设施') and name = '对应_FK' and indid > 0 and indid < 255) drop index 周边设施.对应_FK go

if exists (select 1

from sysindexes

where id = object_id('房间信息') and name = '入住_FK' and indid > 0 and indid < 255) drop index 房间信息.入住_FK go

if exists (select 1

from sysindexes

where id = object_id('房间信息') and name = '对应的_FK' and indid > 0 and indid < 255) drop index 房间信息.对应的_FK go

if exists (select 1

from sysindexes

搜索更多关于: 小区物业管理系统数据库设计(1) 的文档
小区物业管理系统数据库设计(1).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c9bc9c17sn95gf8x599ez10e609m8f001bek_3.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top