 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; SQL Left Outer Join</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-left-outer-join/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Left outer join</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/left-outer-join/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/left-outer-join/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:34:05 +0000</pubDate>
		<dc:creator>Niveanand</dc:creator>
				<category><![CDATA[LEFT OUTER JOIN statement]]></category>
		<category><![CDATA[SQL Left Outer Join]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have 5 related tables. The main table is meeting. The other tables are participant_meeting, vendor,user_id, address. I need the meeting information and the particpant who attentds the meeting(participant_meeting), and their address(address) the vendor for the meeting (vendors) , user_id for the participant(user_id) all the information for that meeting whether it exists or not. I [...]]]></description>
				<content:encoded><![CDATA[<p>I have 5 related tables.<br />
The main table is meeting.<br />
The other tables are participant_meeting, vendor,user_id, address.<br />
I need the meeting information and the particpant who attentds the meeting(participant_meeting), and their address(address) the vendor for the meeting (vendors) , user_id for the participant(user_id) all the information for that meeting whether it exists or not.  I am using a left outer join of the meeting with left outer join to get all the information.   So, it is 4 left outer joins.  Is there another efficient way to do this?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/left-outer-join/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternative for LEFT OUTER JOIN</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/alternative-for-left-outer-join/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/alternative-for-left-outer-join/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 05:23:20 +0000</pubDate>
		<dc:creator>4knowledgexchng</dc:creator>
				<category><![CDATA[LEFT JOIN]]></category>
		<category><![CDATA[LEFT OUTER JOIN statement]]></category>
		<category><![CDATA[SQL Left Outer Join]]></category>
		<category><![CDATA[SQL statements]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[HI all, select code.batchno, detailA.batchfee , detailB.batchfee from Code code left outer join Detail detailA on (detailA.id= code.id) left outer join Detail detailB (detailB.id= code.id) where code.category = categoryA order by code.id I want an alternative for left outer join.. I cannot use left outer join for some purpose.. So i need an alternative for [...]]]></description>
				<content:encoded><![CDATA[<p>HI all,</p>
<p>select code.batchno, detailA.batchfee , detailB.batchfee from Code code left outer join Detail detailA<br />
on (detailA.id= code.id) left outer join Detail detailB (detailB.id= code.id) where code.category = categoryA order by code.id</p>
<p>I want an alternative for left outer join..<br />
I cannot use left outer join for some purpose..</p>
<p>So i need an alternative for it but doing the same..</p>
<p>Thanks in advance</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/alternative-for-left-outer-join/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.020 seconds using memcached
Object Caching 385/402 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 07:21:37 -->