【发布时间】:2023-03-29 11:29:01
【问题描述】:
The most common type of join is: SQL INNER JOIN (simple join). An SQL INNER JOIN return all rows from multiple tables where the join condition is met.
这就是W3Schools 所说的内部连接。我正在阅读 Korth 的数据库管理,其中一章是关于关系代数的。其中,有一个Natural Join,在我有限的理解中,它与Inner Join 相同。
谁能告诉我这两者之间是否有区别,或者它们是指同一事物的不同名称。
【问题讨论】:
标签: sql