网站大量收购独家精品文档,联系QQ:2885784924

Algebra数据库关系代数教案.ppt

  1. 1、本文档共26页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Algebra数据库关系代数教案

7 9 10 10 * Relational Algebra Overview Relational algebra offers a concise way to express queries. Form the basis for “real” query languages (SQL). Much more concise than SQL. It is widely used by database professionals. Basic operations. Additional operations. Example instances R1 S1 S2 “Sailors” and “Reserves” relations for our examples. Basic operations Selection Projection Union Difference Cartesian product Rename Selection (1/3) S2 Selection (2/3) S2 Selection (3/3) S2 Projection S2 Duplicate rows removed This is true for all the relational algebra operations. Operator composition S2 Union Two input relations must be union-compatible Same number of attributes. `Corresponding’ attributes have the same type. S1 S2 Intersection and Difference S1 S2 Cartesian Product Each row of S1 is paired with each row of R1. S1 ? R1 Operation Composition Renaming ?My-table(id, name, level, age) (S1) S1 My-table Example 1 ACC(acc-id, cust-id, balance) Find all accounts with balances 1200. ?balance 1200 (ACC) Find the acc-id of all accounts with balances 1200. ?acc-id (?balance 1200 (ACC)) Find the acc-id of all accounts with balances 1200 and cust-id = 100. ?acc-id (?balance 1200 ?? cust-id = 100 (ACC)) Find the acc-id of all accounts with balances 1200 or cust-id = 100. ?acc-id (?balance 1200 ?? cust-id = 100 (ACC)) Example 2 ACC(acc-id, cust-id, balance) LOAN(loan-id, cust-id, amount) Find the cust-id of customers who have both loans or accounts. ?cust-id (ACC) ? ?cust-id (LOAN) LOAN(loan-id, cust-id, amount) CUST(cust-id, name, address) Find the names of customers who have loans ?name(σLOAN.cust-id = CUST.cust-id (LOAN ? CUST)) Overview Relational algebra offers a concise way to express queries. Form the basis for “real” query languages (SQL). Much more concise than SQL. It is widely used by database professionals. Basic operations. Additional operations. Additional operations Natural join Division These operations can be transformed to basic oper

文档评论(0)

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

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

版权声明书
用户编号:6111134150000003

1亿VIP精品文档

相关文档