 




<?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: Free online practice exercises on SQL/Oracle</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/free-online-practice-exercises-on-sqloracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/free-online-practice-exercises-on-sqloracle/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 05:16:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: MTidmarsh</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-online-practice-exercises-on-sqloracle/#comment-111105</link>
		<dc:creator>MTidmarsh</dc:creator>
		<pubDate>Fri, 14 Sep 2012 12:34:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-111105</guid>
		<description><![CDATA[Carlosdl shares his thoughts on how to &lt;a href=&quot;http://itknowledgeexchange.techtarget.com/itanswers/running-a-query-on-both-sql-server-and-oracle-databases/&quot; rel=&quot;nofollow&quot;&gt;run a query using both SQL Server and Oracle databases&lt;/a&gt;. &lt;br&gt;]]></description>
		<content:encoded><![CDATA[<p>Carlosdl shares his thoughts on how to <a href="http://itknowledgeexchange.techtarget.com/itanswers/running-a-query-on-both-sql-server-and-oracle-databases/" rel="nofollow">run a query using both SQL Server and Oracle databases</a>. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msi77</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-online-practice-exercises-on-sqloracle/#comment-110535</link>
		<dc:creator>msi77</dc:creator>
		<pubDate>Mon, 27 Aug 2012 17:18:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-110535</guid>
		<description><![CDATA[Many mistakes. Try this: 

&lt;code&gt;SELECT Title, FirstName, LastName, Phone, LocationFrom Employees, OfficeWhere Employees.EmpID=
Office.EmpID AND&#160;Dept= &#039;operation&#039;Order By Employees.FirstName&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Many mistakes. Try this: </p>
<p><code>SELECT Title, FirstName, LastName, Phone, LocationFrom Employees, OfficeWhere Employees.EmpID=<br />
Office.EmpID AND&nbsp;Dept= 'operation'Order By Employees.FirstName</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-online-practice-exercises-on-sqloracle/#comment-110478</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Sun, 26 Aug 2012 01:43:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-110478</guid>
		<description><![CDATA[&lt;EM&gt;theirs something wrong and i cant figure it out.&lt;/EM&gt;
&#160;
Since you didn&#039;t tell us anything about what the DBMS is nor anything about the tables nor what is wrong, it&#039;s not easy for us to figure anything either. (Though there&#039;s at least one and possibly two fairly obvious possibilities.)
&#160;
And since this has nothing to do with this question thread, I suggest you open a new question. When you do, give us enough information to make useful guesses at least.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p><em>theirs something wrong and i cant figure it out.</em><br />
&nbsp;<br />
Since you didn&#8217;t tell us anything about what the DBMS is nor anything about the tables nor what is wrong, it&#8217;s not easy for us to figure anything either. (Though there&#8217;s at least one and possibly two fairly obvious possibilities.)<br />
&nbsp;<br />
And since this has nothing to do with this question thread, I suggest you open a new question. When you do, give us enough information to make useful guesses at least.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klaus23</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-online-practice-exercises-on-sqloracle/#comment-110477</link>
		<dc:creator>klaus23</dc:creator>
		<pubDate>Sun, 26 Aug 2012 01:25:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-110477</guid>
		<description><![CDATA[&lt;code&gt;SELECT Title, FristName, LastName, Phone, Location&lt;br&gt;From Employees, Office&lt;br&gt;Where Employees.EmpID=Location.EmpID AND &lt;br&gt;Dept= “operation”&lt;br&gt;Order By Employees,&lt;/code&gt; &lt;br&gt;

There is something wrong and I can&#039;t figure it out.&lt;br&gt;]]></description>
		<content:encoded><![CDATA[<p><code>SELECT Title, FristName, LastName, Phone, Location<br />From Employees, Office<br />Where Employees.EmpID=Location.EmpID AND <br />Dept= “operation”<br />Order By Employees,</code> </p>
<p>There is something wrong and I can&#8217;t figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: studyandwork</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-online-practice-exercises-on-sqloracle/#comment-107193</link>
		<dc:creator>studyandwork</dc:creator>
		<pubDate>Fri, 04 May 2012 06:26:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-107193</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhusor</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-online-practice-exercises-on-sqloracle/#comment-97577</link>
		<dc:creator>dhusor</dc:creator>
		<pubDate>Sat, 08 Oct 2011 10:28:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-97577</guid>
		<description><![CDATA[i like it most :)]]></description>
		<content:encoded><![CDATA[<p>i like it most <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Featured Member: Msi77 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-online-practice-exercises-on-sqloracle/#comment-95781</link>
		<dc:creator>Featured Member: Msi77 - ITKE Community Blog</dc:creator>
		<pubDate>Thu, 25 Aug 2011 06:27:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-95781</guid>
		<description><![CDATA[[...] Free online practice exercise in SQL/Oracle [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Free online practice exercise in SQL/Oracle [...]</p>
]]></content:encoded>
	</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/10 queries in 0.054 seconds using memcached
Object Caching 355/361 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 06:47:37 -->