- 1、本文档共78页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
数据库系统概念原书第5版(英文)第二章ppt
* Dept. of Comp. Sci. Tech., Tongji Uni. * Deletion Examples Delete all accounts at branches located in Needham. r1 ? ??branch_city = “Needham” (account branch) r2 ? ?branch_name, account_number, balance (r1) r3 ? ? customer_name, account_number (r2 depositor) account ? account – r2 depositor ? depositor – r3 Delete all loan records with amount in the range of 0 to 50 loan ? loan – ??amount ??0?and amount ? 50 (loan) Delete all account records in the Perryridge branch. account ? account – ??branch_name = “Perryridge” (account) * Dept. of Comp. Sci. Tech., Tongji Uni. * Insertion To insert data into a relation, we either: specify a tuple to be inserted write a query whose result is a set of tuples to be inserted In relational algebra, an insertion is expressed by: r ? r ? E where r is a relation and E is a relational algebra expression. The insertion of a single tuple is expressed by letting E be a constant relation containing one tuple * Dept. of Comp. Sci. Tech., Tongji Uni. * Insertion Examples Insert information in the database specifying that Smith has $1200 in account A-973 at the Perryridge branch. account ? account ? {(A_973, “Perryridge”, 1200)} depositor ? depositor ? {(“Smith”, A_973)} Provide as a gift for all loan customers in the Perryridge branch, a $200 savings account. Let the loan number serve as the account number for the new savings account. r1 ? (?branch_name = “Perryridge” (borrower loan)) account ? account ? ?loan_number, branch_name, 200 (r1) depositor ? depositor ? ?customer_name, loan_number(r1) * Dept. of Comp. Sci. Tech., Tongji Uni. * Updating A mechanism to change a value in a tuple without changing all other values in the tuple Use the generalized projection operator to do this task r ? ? F1, F2, …, Fi, (r) Each Fi is either the ith attribute of r, if the ith attribute is not updated, or, if the attribute to be updated Fi is an expression, involving only constants and the attributes of r, which gives the
您可能关注的文档
最近下载
- 地铁物业管理培训课件.pptx
- 工程数学(本)形成性考核作业4.doc
- GB T 34520.7-2017 连续碳化硅纤维测试方法 第7部分:高温强度保留率 标准.pdf
- 自编教材审核表(模板).pdf
- 一例慢性阻塞性肺疾病急性加重期合并II型呼吸衰竭患者的个案护理PPT.pptx
- [大庆]黑龙江大庆市民政局所属事业单位选调事业编制工作人员笔试上岸试题历年高频考点难、易错点附带答案详解.docx VIP
- ISO9001 14001 ISO45001检查表审核方法全套.docx VIP
- 增光膜规格说明书.pdf
- 人教版数学四年级第一单元教材解读及集体备课课件.pptx VIP
- 2024 离婚协议书 离婚协议(打印版).docx
文档评论(0)