数据库系统概念原书第5版(英文)第二章ppt.ppt

数据库系统概念原书第5版(英文)第二章ppt.ppt

  1. 1、本文档共78页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 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

文档评论(0)

shuwkb + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档