 




<?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: Oracle</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/orcale/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/orcale/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 00:45:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: YOUSAFALIBS</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/orcale/#comment-111255</link>
		<dc:creator>YOUSAFALIBS</dc:creator>
		<pubDate>Wed, 19 Sep 2012 11:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/orcale/#comment-111255</guid>
		<description><![CDATA[SELECT EMPLOYEE_ID ,LAST_NAME,SAL*12 AS &quot;ANNUAL_SALARY&quot;
FROM EMPLOYEES;]]></description>
		<content:encoded><![CDATA[<p>SELECT EMPLOYEE_ID ,LAST_NAME,SAL*12 AS &#8220;ANNUAL_SALARY&#8221;<br />
FROM EMPLOYEES;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/orcale/#comment-110637</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 29 Aug 2012 21:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/orcale/#comment-110637</guid>
		<description><![CDATA[Wow there is a comma missing between last_name and Sal.&#160; 
That&#039;s three errors.&#160;&#160;Don&#039;t expect this much help on future homework.&#160; 
&#160;
select employee_id, last_name, sal&#160;* 12 “annual salary” from employees]]></description>
		<content:encoded><![CDATA[<p>Wow there is a comma missing between last_name and Sal.&nbsp;<br />
That&#8217;s three errors.&nbsp;&nbsp;Don&#8217;t expect this much help on future homework.&nbsp;<br />
&nbsp;<br />
select employee_id, last_name, sal&nbsp;* 12 “annual salary” from employees</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/orcale/#comment-110636</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 29 Aug 2012 21:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/orcale/#comment-110636</guid>
		<description><![CDATA[select employee_id, last_name sal&#160;* 12 “annual salary” from employees
&#160; 
Multiply with an X .. no multiply with an *.]]></description>
		<content:encoded><![CDATA[<p>select employee_id, last_name sal&nbsp;* 12 “annual salary” from employees<br />
&nbsp;<br />
Multiply with an X .. no multiply with an *.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/orcale/#comment-110633</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Wed, 29 Aug 2012 19:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/orcale/#comment-110633</guid>
		<description><![CDATA[select employee_id, last_name sal x 12 &quot;annual salary&quot; from employees
&#160; or&#160; 
select employee_id, last_name sal x 12 as &quot;annual salary&quot; from employees
&#160;
&#160; Needs &quot; around column name if it&#039;s more than one word.&#160; In the future please ask a question.]]></description>
		<content:encoded><![CDATA[<p>select employee_id, last_name sal x 12 &#8220;annual salary&#8221; from employees<br />
&nbsp; or&nbsp;<br />
select employee_id, last_name sal x 12 as &#8220;annual salary&#8221; from employees<br />
&nbsp;<br />
&nbsp; Needs &#8221; around column name if it&#8217;s more than one word.&nbsp; In the future please ask a question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigKat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/orcale/#comment-110630</link>
		<dc:creator>BigKat</dc:creator>
		<pubDate>Wed, 29 Aug 2012 16:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/orcale/#comment-110630</guid>
		<description><![CDATA[and your question is??????]]></description>
		<content:encoded><![CDATA[<p>and your question is??????</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.030 seconds using memcached
Object Caching 323/329 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 00:47:37 -->