关系代数:如何做?工作?

发布于 2024-12-28 06:45:31 字数 286 浏览 2 评论 0原文

完成了一些练习试卷,但在关系代数方面,我对无穷大符号 (∞) 在本例中的工作原理感到困惑:

π(pname(σ sid=123(Catalogue) ∞ Parts)

其中 pname 来自 Parts 实体,sid 来自 Catalog 实体。现在,我相信这是从 Parts 中选择 pname,其中 Catalog 中的 sid = 123。

假设我是对的,那么 ∞ 这里到底意味着什么?这不是加入,是吗?如果我要编写查询版本,我是否必须使用联接?

谢谢

Getting through some practice exam papers but in regards to the relational algebra I'm confused as to how the infinity symbol (∞) works in this example:

π(pname(σ sid=123(Catalogue) ∞ Parts)

Where pname is from the Parts entity and sid is from the Catalogue entity. Now, I believe this is selecting the pname from Parts where the sid in Catalogue = 123.

Assuming I'm right, what the hell does ∞ mean here? It's not a join, is it? If I was to write the query version, would I have to use a join?

Thanks

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

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

发布评论

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

评论(1

不一样的天空 2025-01-04 06:45:31

事实并非如此。关系代数中没有这样的符号。

It doesn't. There is no such symbol in relational algebra.

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