关于由ER模型转换为关系模型的方法和步骤

1.    For each strong entity E:

o        Create a new table.

o        Include as its columns, all the simple attributes and simple components of the composite attributes of E.

o        Identify the primary key and the alternate keys. Do not include any multi-valued attribute as a key. If the only unique field of an entity is a multi-valued attribute, introduce an artificial primary key field.

2.    For each weak entity W that is associated with only one 1:1 identifying owner relationship:

o        Identify the table T of the owner entity type.

o        Include as columns of T, all the simple attributes and simple components of the composite attributes of W.

3.    For each weak entity W that is associated with a 1:N or M:N identifying relationship, or participates in more than one relationship:

o       

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
ER转换关系模型步骤如下: 1.将ER图中的实体转换关系模型中的表,每个实体对应一个表,表的名称为实体的名称,表的属性为实体的属性。 2.将ER图中的关系转换关系模型中的表,每个关系对应一个表,表的名称为关系的名称,表的属性为关系的属性。 3.将ER图中的多对一关系转换关系模型中的外键,将多的一方的主键作为外键添加到一的一方的表中。 4.将ER图中的多对多关系转换关系模型中的中间表,中间表包含两个外键,分别指向多的两个表。 下面是一个示例: 假设有一个ER图,包含两个实体:学生和课程,以及一个关系:选课。其中,学生实体包含属性:学号、姓名、性别;课程实体包含属性:课程号、课程名称、学分;选课关系包含属性:成绩。 将ER转换关系模型步骤如下: 1.将学生实体转换关系模型中的表,表的名称为“学生”,表的属性为“学号”、“姓名”、“性别”。 2.将课程实体转换关系模型中的表,表的名称为“课程”,表的属性为“课程号”、“课程名称”、“学分”。 3.将选课关系转换关系模型中的表,表的名称为“选课”,表的属性为“成绩”。 4.将学生和选课之间的关系转换关系模型中的外键,将学生表中的“学号”作为外键添加到选课表中。 5.将课程和选课之间的关系转换关系模型中的外键,将课程表中的“课程号”作为外键添加到选课表中。 最终的关系模型如下: 学生表(Student): | 学号 | 姓名 | 性别 | | ---- | ---- | ---- | | | | | 课程表(Course): | 课程号 | 课程名称 | 学分 | | ------ | -------- | ---- | | | | | 选课表(SC): | 学号 | 课程号 | 成绩 | | ---- | ------ | ---- | | | | |
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值