SQL中的候选行是什么?

发布于 2024-09-02 18:02:07 字数 76 浏览 1 评论 0原文

在谈论 Oracle 和 SQL 时,候选行是什么?在句子中使用它是这样的:

“候选行是从外部查询中指定的表中获取的。”

What is a candidate row when talking about Oracle and SQL? Using it in a sentence would be as such:

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最单纯的乌龟 2024-09-09 18:02:07

候选行是表或子查询中可能在结果集中返回的行。要实际返回,它必须满足 WHERE 和 JOIN 条件。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文