admin 管理员组文章数量: 887021
2023年12月22日发(作者:中国大学mooc学校云认证页面)
超市管理系统
一、数据库需求分析
通过对超市管理工作过程的内容和数据流图分析,设计如下面的数据项和数据结构。
1、员工信息,包括的数据项有:员工编号,姓名,性别,职务,口令,权限级别、身份证号,所属部门编号等。
2、部门信息,包括的数据项有:部门编号,部门名称。
3、供应商信息,包括的数据项有:供应商编号,供应商名称,地址,邮政编码,电话号码,税号,银行帐号,开户银行,联系人,备注等。
4、会员信息,包括的数据项有:会员编号,姓名,性别,身份证号,消费总金额,积分等。
5、入库信息,包括的数据项有:入库编号,入库日期,商品编号,计量单位,入库价格,销售价格,数量,总金额,供应商编号,业务员编号等。
6、商品信息,包括的数据项有:商品编号,所属类别,数量,单价,商品名称等。
7、销售出货单主信息,包括的数据项有:销售日期,总金额,是否现金,是否会员,会员编号、收银号编号等。
8、销售出货单子信息,包括的数据项有:商品编号,数量,单价,折扣比例,金额等。
二、数据库概念结构设计
根据上面设计规划出的实体,对各个实体具体的描述E-R图如下:
图1 员工信息E-R图
身份证号
员工编号
姓名
权限级别
员工
性别
口令
所属部门编号
职务
部门编号
部门
部门名称
图2 部门信息E-R图
数量
入库编号
入库日期
总金额
入库
商品编号
供应商编号
入库价格
计量单位
图3 入库信息E-R图
商品编号
价格
商品名称
数量
商品
所属类别
图4 商品信息E-R图
是否现金
总金额
销售出货单主信息
是否会员
会员编号
销售日期 收银员编号
图5 销售出货单主信息E-R图
数量 单价 折扣比例
商品编号
销售出货单子信息
金额
图6 销售出货单子信息E-R图
会员编号
积分
会员
消费总金额 身份证号
姓名
性别
图7 会员信息E-R图
供应商编号
电话号码
供应商名称
地址
税号
邮政编号
供应商
备注
开户银行 联系人
银行帐号
图8 供应商信息E-R图
实体与实体之间的关系E-R图:
部门
管理
消费者
属于
会员
三、数据库逻辑结构设计
员工信息表
字段名
Ygbh
Name
Sex
Zw
Kl
Qxjb
Sfzh
ssbmbh
数据类型 长度
Char
Char
Char
Char
varChar
Char
Char
char
8
8
2
10
20
1
18
4
说明
非空,主键
非空
非空
非空
非空
员工
入库
购买
商品
销售出货单主信息
提供
包含
供应商
销售出货单子信息
描述
员工编号
姓名
职务
口令
权限级别
身份证号
所属部门编号
非空‘男’、‘女’ 性别
非空,唯一约束
非空,外键
商品信息
字段名
Spbh
Spmc
Sslb
Jg
sl
数据类型
char
varchar
char
money
int
长度
8
20
8
8
4
说明
非空,主键
非空
非空
非空
非空
部门信息表
字段名
bmbh
bmmc
供应商信息表
字段名
Gysbh
Gysmc
Dz
Yzbm
Dhhm
Sh
Yhzh
Khyh
Lxr
beizhu
会员信息表
字段名
Hybh
Name
Sex
Sfzh
xfzje
jf
入库信息表
字段名
Rkbh
Rkrq
Spbh
Jldw
数据类型
char
Datetime
char
Char
长度
8
8
8
2
说明
非空,主键
非空
非空,外键
非空
描述
入库编号
入库日期
商品编号
计量单位
数据类型
Char
Char
Char
varChar
money
int
长度
8
6
2
20
8
4
说明
非空,主键
非空
非空,’男’、’女’
非空
非空
非空
描述
会员编号
姓名
性别
身份证号
消费总金额
积分
数据类型
Char
Char
varChar
Char
varchar
varChar
varChar
Char
Char
text
长度
8
8
20
6
15
3
20
8
8
16
说明
非空,主键
非空
非空
非空
非空
非空
非空
非空
非空
描述
供应商编号
供应商名称
地址
邮政编码
电话号码
税号
银行帐号
开户银行
联系人
备注
数据类型
char
char
长度
8
4
说明
非空,主键
非空
描述
部门编号
部门名称
描述
商品编号
商品名称
所属类别
价格
数量
Rkjg
Xsjg
Sl
Zje
Gysbh
ywybh
Money
Money
int
Money
char
char
8
8
4
8
8
8
非空
非空
非空
非空
非空,外键
非空,外键
库存信息表
入库价格
销售价格
数量
总金额
供应商编号
业务员编号
字段名
kcxxbh
Spbh
kcl
数据类型
char
char
int
长度
8
8
4
说明
非空,主键
非空,外键
非空
描述
库存信息编号
商品编号
库存量
销售出货单主信息
字段名
Xsrq
Zje
Sfxj
Sfhy
Hybh
Syybh
销售出货单子信息
字段名
Spbh
Sl
Dj
Zkbl
Je
数据类型
char
int
money
char
money
长度
8
4
8
10
8
说明
非空,外键
非空
非空
非空
非空
描述
商品编号
数量
单价
折扣比例
金额
数据类型
datetime
Money
Char
char
Char
char
长度
8
8
2
2
8
8
说明
非空
非空
非空
可为空
非空,外键
非空,外键
描述
销售日期
总金额
是否现金
是否会员
会员编号
收银号编号
四、数据库物理结构实现
根据以上的逻辑分析所得到表的关系,我们使用T-SQL语言设计得到数据库和数据表。
1.create database glxt
on
( name=pos_dat,
filename='D:pos_',
size=5,
maxsize=20,
filegrowth=1)
LOG on
( name=pos_log,
filename='D:pos_',
size=5,
maxsize=20,
filegrowth=1)
2.create table bm
(bmbh char(8) not null
constraint PK_bno primary key,
bmmc char(4) not null
)
go
3.create table sp
(spbh char(8) not null
constraint PK_cno primary key,
spmc varchar(20) not null ,
sslb char(8) not null,
sl int not null,
jg money not null
)
go
4.create table gys
(gysbh char(8) not null
constraint PK_dno primary key,
gysmc char(8) not null,
dz varchar(20) not null,
yzbm char(8) not null,
dhhm varchar(15) not null,
sh varchar(3) not null,
yhzh varchar(20) not null,
khyh char(8) not null,
lxr char(8) not null,
beizhu text null
)
go
5.create table hy
(hybh char(8) not null
constraint PK_eno primary key,
hyname char(6)not null,
sex char(2) check CK_hy sex in (‘男’,’女’) not null,
sfzh varchar(20) not null,
xfzje money not null,
jf int not null
)
Go
6.create table yg
(ygbh char(8) not null
constraint PK_fno primary key,
ygname char(8) not null,
sex char(2) check CK_yg sex in (‘男’,’女’) not null,
zw char(8) not null,
kl varchar(20) not null,
qxjb char(4) not null,
sfzh varchar(18) not null,
ssbmbh char(8) not null
constraint FK_ano foreign key references bm(bmbh)
)
go
7.create table rk
(rkbh char(8) not null
constraint PK_gno primary key,
xsjg money not null,
rkrq datetime not null,
spbh char(8) not null
constraint FK_bno foreign key references sp(spbh),
ywybh char(8) not null
constraint FK_cno foreign key references yg(ygbh),
jldw char(2) not null,
rkjg money not null,
gysbh char(8) not null
constraint FK_dno foreign key references gys(gysbh),
zje money not null,
sl int not null
)
go
8.create table zhuxx
(xsrq datetime not null,
zje money not null,
sfxj char(2) check CK_zhuxx_sfxj in (‘是’,’否’) not null ,
sfhy char(2) check CK_zhuxx_sfhy in (‘是’,’否’) ,
hybh char(8) not null
constraint FK_eno foreign key references hy(hybh),
syybh char(8) not null
constraint FK_fno foreign key references yg(ygbh)
)
go
9.create table zixx
( spbh char(8) not null
constraint FK_gno foreign key references sp(spbh),
sl int not null,
dj money not null,
zkbl char(10) not null,
je money not null,
)
go
10.create table kc
(kcxxbh char(8) not null
constraint PK_pno primary key,
spbh char(8) not null
constraint FK_ino foreign key references sp(spbh),
kcl int not null
)
go
版权声明:本文标题:典型的数据库设计实例 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1703242846h443757.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论