数据库各种码与关系代数

Key

  • K is a superkey of R if values for K are sufficient to identify a unique tuple
  • K is a candidate key if superkey K is minimal
  • Primary Key is the candidate key chosen by the database designer. We should choose the attribute set whose value rarely change

Foreign Key Constraint

  • Foreign key constraint
    The value of a foreign key must be a value of the primary key of the referenced relation, or be null
  • A relation can has zero, one, or more foreign keys
    advisor (s_id, i_id)
  • A relation can reference itself.
    employee (ID, name, …, manager)
    manger is the ID of the employee’s manager

Referential integrity constraint

实体完整性:实体完整性是指关系的主关键字不能重复也不能取“空值"。

参照完整性:参照完整性是定义建立关系之间联系的主关键字与外部关键字引用的约束条件。

Relational Algebra(关系代数)

Select Operation

Project Operation

  • The result is defined as the relation of k columns obtained by erasing the columns that are not listed
  • Duplicate rows removed from result, since relations are sets

Generalized Projection

Composition of Relational Operations

Cartesian-Product Operation
![](https://img-blog.csdnimg.cn/img_convert/7c0d2a115b206c76fcd39e281476b754.png

Join Operation

Natural Join Operation

Outer Join

  1. Left Outer Join
  2. Right Outer Join
  3. Full Outer Join

Assignment Operation

Aggregate Operation

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值