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关于 Inner Join 的说法。我正在阅读 Korth 的数据库管理,其中一章是关于关系代数的。其中有一个Natural Join,在我有限的理解中,它与 Inner Join 相同。
有人可以告诉我两者之间是否有区别,或者它们是指同一事物的不同名称。