小区物业管理信息系统数据库的设计内容摘要:

and indid 0 and indid 255) drop index 房间信息 .对应的 _FK go if exists (select 1 from sysindexes where id = object_id(39。 收费信息 39。 ) and name = 39。 收费 _FK39。 and indid 0 and indid 255) drop index 收费信息 .收费 _FK go if exists (select 1 from sysindexes where id = object_id(39。 楼宇信息 39。 ) and name = 39。 拥有的 _FK39。 and indid 0 and indid 255) drop index 楼宇信息 .拥有的 _FK go if exists (select 1 from sysindexes where id = object_id(39。 清洁管理 39。 ) and name = 39。 保洁 _FK39。 and indid 0 and indid 255) drop index 清洁管理 .保洁 _FK go 小区 物业管理 信息 系统 数据库的设计 16 16 16 1 if exists (select 1 from sysindexes where id = object_id(39。 维修 39。 ) and name = 39。 维修 2_FK39。 and indid 0 and indid 255) drop index 维修 .维修 2_FK go if exists (select 1 from sysindexes where id = object_id(39。 维修 39。 ) and name = 39。 维修 _FK39。 and indid 0 and indid 255) drop index 维修 .维修 _FK go if exists (select 1 from sysindexes where id = object_id(39。 设备信息 39。 ) and name = 39。 设备管理 _FK39。 and indid 0 and indid 255) drop index 设备信息 .设备管理 _FK go if exists (select 1 from sysindexes where id = object_id(39。 车位 39。 ) and name = 39。 拥有 _FK39。 and indid 0 小区 物业管理 信息 系统 数据库的设计 17 17 17 1 and indid 255) drop index 车位 .拥有 _FK go if exists (select 1 from sysobjects where id = object_id(39。 住户信息 39。 ) and type = 39。 U39。 ) drop table 住户信息 go if exists (select 1 from sysobjects where id = object_id(39。 周边设施 39。 ) and type = 39。 U39。 ) drop table 周边设施 go if exists (select 1 from sysobjects where id = object_id(39。 小区信息 39。 ) and type = 39。 U39。 ) drop table 小区信息 go if exists (select 1 from sysobjects where id = object_id(39。 房间信息 39。 ) and type = 39。 U39。 ) drop table 房间信息 go if exists (select 1 from sysobjects where id = object_id(39。 收费信息 39。 ) 小区 物业管理 信息 系统 数据库的设计 18 18 18 1 and type = 39。 U39。 ) drop table 收费信息 go if exists (select 1 from sysobjects where id = object_id(39。 楼宇信息 39。 ) and type = 39。 U39。 ) drop table 楼宇信息 go if exists (select 1 from sysobjects where id = object_id(39。 清洁管理 39。 ) and type = 39。 U39。 ) drop table 清洁管理 go if exists (select 1 from sysobjects where id = object_id(39。 维修 39。 ) and type = 39。 U39。 ) drop table 维修 go if exists (select 1 from sysobjects where id = object_id(39。 设备信息 39。 ) and type = 39。 U39。 ) drop table 设备信息 go if exists (select 1 from sysobjects where id = object_id(39。 车位 39。 ) 小区 物业管理 信息 系统 数据库的设计 19 19 19 1 and type = 39。 U39。 ) drop table 车位 go /*==============================================================*/ /* Table: 住户信息 */ /*==============================================================*/ create table 住户信息 ( 住户 ID int not null, 房间 ID int null, 姓名 char(256) null, 性别 bit null, 单位 char(256) null, 身份证号 int null, 联系电话 int null, 入住信息 bit null, constraint PK_住户信息 primary key nonclustered (住户 ID) ) go /*==============================================================*/ /* Index: 入住 2_FK */ /*==============================================================*/ create index 入住 2_FK on 住户信息 ( 房间 ID ASC ) go /*==============================================================*/ /* Table: 周边设施 */ 小区 物业管理 信息 系统 数据库的设计 20 20 20 1 /*==============================================================*/ create table 周边设施 ( 周边设施 ID int not null, 设施名称 char(256) not null, 小区 ID image null, 负责人 char(256) null, 联系电话 int null, 备注 text null, constraint PK_周边设施 primary key nonclustered (周边设施 ID, 设施名称 ) ) go /*==============================================================*/ /* Index: 对应 _FK */ /*===========。
阅读剩余 0%
本站所有文章资讯、展示的图片素材等内容均为注册用户上传(部分报媒/平媒内容转载自网络合作媒体),仅供学习参考。 用户通过本站上传、发布的任何内容的知识产权归属用户或原始著作权人所有。如有侵犯您的版权,请联系我们反馈本站将在三个工作日内改正。