开发者

what is a candidate row in SQL?

开发者 https://www.devze.com 2023-01-01 05:00 出处:网络
What is a candidate row when talking about Oracle and SQL? Using it in a sentence 开发者_StackOverflow中文版would be as such:

What is a candidate row when talking about Oracle and SQL? Using it in a sentence 开发者_StackOverflow中文版would be as such:

"The candidate row is fetched from the table specified in the outer query."


A candidate row is a row from a table or subquery that could potentially be returned in the result set. To actually be returned it must satisfiy the WHERE and JOIN conditions.

0

精彩评论

暂无评论...
验证码 换一张
取 消