简体   繁体   English

加入关系数据库系统

[英]Joins in relational database system

What is a difference between a use of Join keyword and using equijoin condition without the use of Join keyword? 使用Join关键字与不使用Join关键字而使用等联接条件有什么区别? Does it cause any performance issue if Join keyword not used in SQL query? 如果在SQL查询中未使用Join关键字,是否会导致性能问题? If yes then how is it related to performance. 如果是,那么它与性能如何相关。

An equijoin returns only the rows that have equivalent values for the specified column. 等值联接仅返回指定列具有相等值的行。 An inner join is a join of two or more tables that returns only those rows that satisfy the join condition. 内部联接是两个或多个表的联接,仅返回满足联接条件的那些行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM