- 1、本文档共26页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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
您可能关注的文档
- 2003-2005北邮管理基础真题.doc.doc
- 2003调度复习题.doc
- 2004-2011年市政真题.doc
- 2004聚焦长寿路商业地产发展.doc
- 2005-2012福建高考理科数学试题三角函数与平面向量.doc
- 2005作业指导书(改).doc
- 2005年十大人力资源管理案例.doc
- 2005运输顺槽拆除溜子和安装皮带安全技术措施.doc
- 2006-2011考研数学一答案.doc
- 2006-阳光100城市广场推广策略.ppt
- 2025年安徽工商职业学院单招职业技能测试题库带答案(典型题).docx
- 2025年洛阳科技职业学院单招职业技能测试题库带答案(新).docx
- 2025年荆门职业学院单招职业技能测试题库及答案(易错题).docx
- 2025年宣化科技职业学院单招职业技能测试题库(精练).docx
- 2025年包头职业技术学院单招职业技能测试题库带答案(新).docx
- 2025年江西工商职业技术学院单招职业技能测试题库带答案(精练).docx
- 2025年黑龙江农业经济职业学院单招职业技能测试题库精编.docx
- 2025年山东艺术设计职业学院单招职业技能测试题库带答案(基础题).docx
- 2025年陕西工商职业学院单招职业技能测试题库带答案(突破训练).docx
- 2025年承德护理职业学院单招职业技能测试题库【word】.docx
文档评论(0)