云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > 房地产销售管理系统

房地产销售管理系统

  • 62 次阅读
  • 3 次下载
  • 2025/6/6 12:37:29

order_id char(6) not null,

foreign key (remand_id) references remand_customer(remand_id), foreign key (order_id) references order_customer(order_id) )

4.1.6预订客户表:

create table order_customer (

order_id char(6) not null primary key, order_name int not null, order _sex char(2) not null, order _age int not null,

order _job char(10) not null, order _ident char(18) not null, order_phone char(12) not null, order_addr char(25) not null, order_pay char(10) not null )

4.1.7预订房屋表:

create table order_room (

contract_id char(6) not null primary key, build_id int not null, unit_id int not null, room_id char(4) not null,

room_type char(10) not null, area float not null, price float not null,

total_price float not null, order_date date not null, yifu_money float,

weifu_money float not null )

4.1.8预订表:

create table oder (

contract_id char(6) not null, order_id char(6) not null,

foreign key (contract_id) references order_room(contract_id), foreign key (order_id) references order_customer(order_id) )

4.1.9需求客户表:

create table remand_customer (

remand_id char(6) not null primary key, remand_name char(15) not null, remand_sex char(2), remand_ident char(18),

remand_phone char(12), remand_addr char(25) )

4.1.10需求房屋表:

create table remand_build (

remand_buildid char(6) not null primary key, build_id int not null, unit_id int not null, room_id char(4) not null, room_type char(10) not null, area float not null, price float not null,

total_price float not null )

4.1.11购买需求表:

create table remand_buy (

remand_id char(6) not null,

remand_buildid char(6) not null,

foreign key (remand_id) references remand_customer(remand_id),

foreign key (remand_buildid) references remand_build(remand_buildid) )

4.1.12收款表:

create table collection (

contract_id char(6) not null, order_id char(6) not null,

foreign key (contract_id) references order_room(contract_id), foreign key (order_id) references order_customer(order_id) )

4.2 序列的设计

4.2.1创建一个名为“build_seq”的序列,用于产生楼房编号,起始值为1,步长为1,不

缓存,不循环。

4.2.2创建一个名为“unit_seq”的序列,用于产生单元编号,起始值为1,步长为1,最

大值为9999,不缓存,不循环。

搜索更多关于: 房地产销售管理系统 的文档
  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

order_id char(6) not null, foreign key (remand_id) references remand_customer(remand_id), foreign key (order_id) references order_customer(order_id) ) 4.1.6预订客户表: create table order_customer ( order_id char(6) not null primary key, order_name int not null, order _sex char(2) not null, order _age int not null, order _job char(10) not nul

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com