关于关联子查询--correlated subquery

关联子查询在Oracle中是指嵌套子查询引用了来自父查询中任何层级的表格的列。每次处理父查询的一行时,都会评估一次子查询。它用于回答依赖于父查询每行处理值的多部分问题,例如找出薪水高于部门平均薪资的员工。子查询为每个部门计算平均工资,然后与父查询中的当前行进行比较,满足条件的行将被返回。
摘要由CSDN通过智能技术生成

文档地址:http://docs.oracle.com/cd/B19306_01/server.102/b14200/queries007.htm#sthref3193

 

Using Subqueries

 

    Oracle performs a correlatedsubquery when a nested subquery references a column from atable referred to a parent statement any number of levels above thesubquery. The parent statement can be a SELECT,UPDATE, or DELETE statement in which thesubquery is nested. A correlated subquery is evaluated once foreach row processed by the parent statement. Oracle resolvesunqualified columns in the subquery by looking in the tables namedin the subquery and then in the tables named in the parentstatement.

    Acor

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值