数据库系统概念(database system concepts)英文第六版 课后练习
选填,简要介绍文档的主要内容,方便文档被更多人浏览和下载。
CHAPTER
7
Database Design and the E-R ModelPractice Exercises7.1 Answer: The E-R diagram is shown in Figure 7.1. Payments are modeled as weak entities since they are related to a speci c policy. Note that the participation of accident in the relationship participated is not total, since it is possible that there is an accident report where the participating car is unknown.
customer1..* customer_id name address owns 1..1
carcovers license_no model
policypolicy_id
participated payment
accidentreport_id date place
premium_paymentpayment_no due_date amount received_on
Figure 7.1 E-R diagram for a car insurance company. 1
选填,简要介绍文档的主要内容,方便文档被更多人浏览和下载。
2Chapter7DatabaseDesignandtheE-RModel
Figure7.2E-R
diagramformarksdatabase.
Figure7.3AnotherE-Rdiagramformarksdatabase.
7.2Answer:Note:thenameoftherelationship"courseoffering"needstobe
changedto"section".
a.TheE-RdiagramisshowninFigure7.2.Notethatanalterantiveistomodelexaminationsasweakentitiesrelatedtoasection,ratherthan
asastrongentity.Themarksrelationshipwouldthenbeabinaryrelationshipbetweenstudentandexam,withoutdirectlyinvolvingsection.
b.TheE-RdiagramisshowninFigure7.3.Notethatherewehavenotmodeledthename,placeandtimeoftheexamaspartofthe
relationshipattributes.Doingsowouldresultinduplicationoftheinformation,onceperstudent,andwewouldnotbeabletorecordthisinformationwithoutanassociatedstudent.Ifwewishtorep-resentthisinformation,wewouldneedtoretainaseparateentitycorrespondingtoeachexam.
选填,简要介绍文档的主要内容,方便文档被更多人浏览和下载。
Exercises3
Figure7.4E-Rdiagramforfavouriteteamstatistics.
7.3Answer:ThediagramisshowninFigure7.4.
7.4Answer:Thedifferentoccurrencesofanentitymayhavedifferentsets
ofattributes,leadingtoaninconsistentdiagram.Instead,theattributesofanentityshouldbespeci edonlyonce.Allotheroccurrencesoftheentityshouldomitattributes.Sinceitisnotpossibletohaveanentitywithoutanyattributes,anoccurrenceofanentitywithoutattributesclearlyindicatesthattheattributesarespeci edelsewhere.
7.5Answer:
a.IfapairofentitysetsareconnectedbyapathinanE-Rdiagram,
theentitysetsarerelated,thoughperhapsindirectly.Adisconnectedgraphimpliesthattherearepairsofentitysetsthatareunrelatedtoeachother.Inanenterprise,wecansaythatthetwodepartmentsarecompletelyindependentofeachother.Ifwesplitthegraphintoconnectedcomponents,wehave,ineffect,aseparatedatabasecorre-spondingtoeachconnectedcomponent.
b.Asindicatedintheanswertothepreviouspart,apathinthegraph
betweenapairofentitysetsindicatesa(possiblyindirect)relationshipbetweenthetwoentitysets.Ifthereisacycleinthegraphtheneverypairofentitysetsonthecyclearerelatedtoeachotherinatleasttwodistinctways.IftheE-Rdiagramisacyclicthenthereisauniquepathbetweeneverypairofentitysetsand,thus,auniquerelationshipbetweeneverypairofentitysets.
7.6Answer:
a.LetE={e1,e2},A={a1,a2},B={b
},andR1},C={c1},RA={(e1,a1),(e2,a2)},
R
eB={(e1,b1)C={(e1,c1)}.Weseethatbecauseofthetuple(2,a2),noinstanceofRexistswhichcorrespondstoE,RA,RBand
RC.
选填,简要介绍文档的主要内容,方便文档被更多人浏览和下载。
4Chapter7DatabaseDesignandtheE-RModel
Figure7.5E-RdiagramforExercise7.6b.
Figure7.6E-RdiagramforExercise7.6d.
b.SeeFigure7.5.TheideaistointroducetotalparticipationconstraintsbetweenEandtherelationshipsRA,RB,R
andC.CsothateverytupleinE
hasarelationshipwithA,B
c.SupposeAtotallyparticipatesintherelationhipR,thenintroducea
totalparticipationconstraintbetweenAandRA.
d.ConsiderEasaweakentitysetandRA,RBandRCasitsidentifying
relationshipsets.SeeFigure7.6.
7.7Answer:Theprimarykeyofaweakentitysetcanbeinferredfromits
relationshipwiththestrongentityset.Ifweaddprimarykeyattributestotheweakentityset,theywillbepresentinboththeentitysetandtherelationshipsetandtheyhavetobethesame.Hencetherewillberedundancy.
7.8Answer:Inthisexample,theprimarykeyofsectionconsistsoftheat-
tributes(course
course,whilecoursecoursereferencingcourse.Theseconstraintsensurethataparticularsectioncanonlycorrespondtoonecourse,andthusthemany-to-onecardinalityconstraintisenforced.However,theseconstraintscannotenforceatotalparticipationconstraint,sinceacourseorasectionmaynotparticipateinthesec
选填,简要介绍文档的主要内容,方便文档被更多人浏览和下载。
Exercises5
IDasaInadditiontodeclaringssuperkeyforadvisor(thiscanbedoneinSQLusingtheuniqueconstraint
oni
partcheck(bin(selectbfromA));
setconstraintstotal
idandinstructor
timesorname,withsubattributessuchasstart
选填,简要介绍文档的主要内容,方便文档被更多人浏览和下载。
6Chapter7DatabaseDesignandtheE-RModel
Figure7.7E-RdiagramforExercise7.13
Thevalueattributeisasubattributeofseveralattributessuchasname,tot
选填,简要介绍文档的主要内容,方便文档被更多人浏览和下载。
Exercises7
student(student)
studenttimes(studenttime,end)
studentid,value,starttime
deptid,value,starttime
totid,value,starttime
id
validid,starttime
name(instructortime,end
instructorname(instructortime,end
instructorid,value,starttime
id,intructortime,end)
TheprimarykeysshownarederiveddirectlyfromtheE-Rdiagram.Ifweaddtheadditionalconstraintthattimeintervalscannotoverlap(oreventheweakerconditionthatonestarttimecannothavetwoendtimes),wecanremovetheend
选填,简要介绍文档的主要内容,方便文档被更多人浏览和下载。
…… 此处隐藏:3018字,全部文档内容请下载后查看。喜欢就下载吧 ……相关推荐:
- [教育文库]夜场KTV服务员的岗位职责及工作流程[1]
- [教育文库]企划、网络、市场绩效考核方案
- [教育文库]学党史、知党情、强党性--“党的基本理
- [教育文库]2016年高考物理大一轮总复习(江苏专版
- [教育文库]干部廉洁自律自查自纠的报告
- [教育文库]2010年北京大学心理学系拟录取硕士研究
- [教育文库]资金时间价值练习题及答案
- [教育文库]保护环境的心得体会
- [教育文库]英语角内容:英语趣味小知识
- [教育文库]档案收集与管理工作通知
- [教育文库]劳动规章制度范本范本
- [教育文库]高考物理一轮复习课后限时作业1运动的
- [教育文库]机械工艺夹具毕业设计195推动架设计说
- [教育文库]通用技术教学比赛说课稿2
- [教育文库]2018年四年级英语下册 Module 7 Unit 2
- [教育文库]第2章 宽带IP网络的体系结构
- [教育文库]九年级化学第五单元课题3《根据化学方
- [教育文库]小学英语六年级情态动词用法归纳
- [教育文库]甲级单位编制窑井盖项目可行性报告(立
- [教育文库]2016-2021年中国城市规划行业全景调研
- 高考英语听力十大场景词汇总结
- 全省领导班子思想政治建设座谈会会议精
- 人教版新课标高一英语提优竞赛试题 下
- 江西省2014年生物中考试题
- 长沙镇食品药品安全事故应急预案
- 《金刚石、石墨和C60》片段教学设计
- 福州教育学院(王旭东)
- 基于EDA音乐播放器的设计
- 9、古诗两首《夜书所见》《九月九日忆
- 小学语文课外阅读有效策略探讨
- 贵州文化产业发展成支柱产业的问卷调查
- 膀胱类癌的诊治体会(附3例报告)
- 发动机积碳产生的原因
- Configuring Code Composer Studio for
- 学生良好的心理素质如何培养点滴谈
- 46 电沉积法制备锂离子电池用硅-锂薄膜
- 美舍雅阁公司管理中各部门职责
- 去壳剥皮的小妙招
- 六自由度运动平台的仿真研究
- Pride and Prejudice(傲慢与偏见)




