<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SQL Join Syntax</title>
	<atom:link href="http://www.lifeaftercoffee.com/2005/09/21/sql-join-syntax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeaftercoffee.com/2005/09/21/sql-join-syntax/</link>
	<description>because I don't believe in life before coffee...</description>
	<lastBuildDate>Wed, 23 Nov 2011 03:01:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jon</title>
		<link>http://www.lifeaftercoffee.com/2005/09/21/sql-join-syntax/comment-page-1/#comment-330</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 11 Apr 2006 00:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/?p=71#comment-330</guid>
		<description>Thanks Alan!  Glad this was helpful!</description>
		<content:encoded><![CDATA[<p>Thanks Alan!  Glad this was helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Lee</title>
		<link>http://www.lifeaftercoffee.com/2005/09/21/sql-join-syntax/comment-page-1/#comment-328</link>
		<dc:creator>Alan Lee</dc:creator>
		<pubDate>Mon, 10 Apr 2006 23:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/?p=71#comment-328</guid>
		<description>Concise and clear illustration in such a simple format. I read straight through and the all the join ideas are cleared to me all of a sudden. CONGRADULATIONS!</description>
		<content:encoded><![CDATA[<p>Concise and clear illustration in such a simple format. I read straight through and the all the join ideas are cleared to me all of a sudden. CONGRADULATIONS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wandering Pig Effer</title>
		<link>http://www.lifeaftercoffee.com/2005/09/21/sql-join-syntax/comment-page-1/#comment-46</link>
		<dc:creator>Wandering Pig Effer</dc:creator>
		<pubDate>Thu, 29 Sep 2005 13:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/?p=71#comment-46</guid>
		<description>For the sake of consistency, I would have written your inner join as:

SELECT *
FROM faculty
INNER JOIN class ON
faculty.id = class.instructor_id;

This way, the join is more explicit.</description>
		<content:encoded><![CDATA[<p>For the sake of consistency, I would have written your inner join as:</p>
<p>SELECT *<br />
FROM faculty<br />
INNER JOIN class ON<br />
faculty.id = class.instructor_id;</p>
<p>This way, the join is more explicit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

