关系代数:如何做?工作?
完成了一些练习试卷,但在关系代数方面,我对无穷大符号 (∞) 在本例中的工作原理感到困惑:
π(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实并非如此。关系代数中没有这样的符号。
It doesn't. There is no such symbol in relational algebra.