<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.openmod-initiative.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openmod-initiative.org/index.php?action=history&amp;feed=atom&amp;title=Inner_Join</id>
		<title>Inner Join - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openmod-initiative.org/index.php?action=history&amp;feed=atom&amp;title=Inner_Join"/>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/index.php?title=Inner_Join&amp;action=history"/>
		<updated>2026-04-14T12:02:47Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.7</generator>

	<entry>
		<id>https://wiki.openmod-initiative.org/index.php?title=Inner_Join&amp;diff=10938&amp;oldid=prev</id>
		<title>Lilly Schoen: Created page with &quot;{{GlossaryTermTemp |Ambiguities=Cross join |SubtermOf=Join (SQL) |Definition=1. An inner join requires each row in the two joined tables to have matching column values, and is...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/index.php?title=Inner_Join&amp;diff=10938&amp;oldid=prev"/>
				<updated>2017-11-03T09:54:49Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{GlossaryTermTemp |Ambiguities=Cross join |SubtermOf=Join (SQL) |Definition=1. An inner join requires each row in the two joined tables to have matching column values, and is...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{GlossaryTermTemp&lt;br /&gt;
|Ambiguities=Cross join&lt;br /&gt;
|SubtermOf=Join (SQL)&lt;br /&gt;
|Definition=1. An inner join requires each row in the two joined tables to have matching column values, and is a commonly used join operation in applications but should not be assumed to be the best choice in all situations. Inner join creates a new result table by combining column values of two tables (A and B) based upon the join-predicate. The query compares each row of A with each row of B to find all pairs of rows which satisfy the join-predicate. When the join-predicate is satisfied by matching non-NULL values, column values for each matched pair of rows of A and B are combined into a result row.&lt;br /&gt;
2. The Inner Join keyword selects records that have matching values in both tables.&lt;br /&gt;
|Sources=https://en.wikipedia.org/wiki/Join_(SQL)#Inner_join (1.); https://www.w3schools.com/sql/sql_join_inner.asp (2.)&lt;br /&gt;
}}&lt;br /&gt;
Author: David Khedr&lt;/div&gt;</summary>
		<author><name>Lilly Schoen</name></author>	</entry>

	</feed>