<?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>Techno Oracle &#187; Built-In Functions</title>
	<atom:link href="http://www.technooracle.com/oracle-tutorials/category/built-in-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technooracle.com</link>
	<description>Oracle information centre</description>
	<lastBuildDate>Tue, 17 Apr 2012 12:07:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Oracle PL/SQL :SIN function</title>
		<link>http://www.technooracle.com/oracle-tutorials/oracle-plsql-sin-function/</link>
		<comments>http://www.technooracle.com/oracle-tutorials/oracle-plsql-sin-function/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 17:32:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Built-In Functions]]></category>

		<guid isPermaLink="false">http://www.technooracle.com/?p=124</guid>
		<description><![CDATA[In Oracle PL/SQL SIN function returns mathematical sine value of the input provided n.The input provided must be of an angle and should be expressed in radians Syntax SIN(angle) Example SELECT SIN(30 * 3.14159265359/180) &#8220;Sine value of 30” From Dual Sine of 30 degrees &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; .5]]></description>
			<content:encoded><![CDATA[<h5>In Oracle PL/SQL SIN function returns mathematical sine value of the input provided <em>n.</em>The input <em> </em>provided must be of an angle and should be expressed in radians</h5>
<h5>Syntax</h5>
<h5>SIN(angle)</h5>
<h5>Example</h5>
<p><strong>SELECT SIN(30 * 3.14159265359/180)</strong><br />
<strong> &#8220;Sine  value of 30” From Dual</strong><br />
<strong>Sine of 30 degrees</strong><br />
<strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</strong><br />
<strong>                .5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technooracle.com/oracle-tutorials/oracle-plsql-sin-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Built in Functions:AVG function</title>
		<link>http://www.technooracle.com/oracle-tutorials/avg-function/</link>
		<comments>http://www.technooracle.com/oracle-tutorials/avg-function/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 17:30:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Built-In Functions]]></category>

		<guid isPermaLink="false">http://www.technooracle.com/?p=206</guid>
		<description><![CDATA[In Oracle PL/SQL AVG function Returns average value of n. Syntax AVG(n) Example SELECT AVG(salary) &#8220;Avg_Sal&#8221; FROM emp; Average &#8212;&#8212;&#8212;- 2077.21429]]></description>
			<content:encoded><![CDATA[<p><strong>In Oracle PL/SQL AVG function Returns   average value of <em>n</em>.</strong></p>
<p><strong>Syntax</strong></p>
<p><strong>AVG(n)</strong></p>
<p><strong>Example</strong></p>
<p><strong>SELECT AVG(salary) &#8220;Avg_Sal&#8221; FROM emp;</strong></p>
<p><strong>Average<br />
&#8212;&#8212;&#8212;-<br />
2077.21429</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technooracle.com/oracle-tutorials/avg-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle PL/SQL:LOG function</title>
		<link>http://www.technooracle.com/oracle-tutorials/oracle-plsqllog-function/</link>
		<comments>http://www.technooracle.com/oracle-tutorials/oracle-plsqllog-function/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:18:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Built-In Functions]]></category>

		<guid isPermaLink="false">http://www.technooracle.com/?p=133</guid>
		<description><![CDATA[In Oracle PL/SQL LOG function returns the logarithm, base m, of n. The base m can be any positive number other than 0 or 1 and n can be any positive number. Syntax LOG(m, n) Example SELECT LOG(10,100) &#8220;Log base 10 of 100&#8243; FROM DUAL; Log base 10 of 100 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 2]]></description>
			<content:encoded><![CDATA[<p><strong>In Oracle PL/SQL LOG function returns   the logarithm, base <em>m</em>, of <em>n</em>. The base <em>m</em> can be any   positive number other than 0 or 1 and <em>n</em> can be any positive number.</strong></p>
<p><strong>Syntax</strong></p>
<p><strong>LOG(m, n)</strong></p>
<p><strong>Example</strong></p>
<p><strong>SELECT LOG(10,100) &#8220;Log base 10 of 100&#8243; FROM   DUAL;</strong></p>
<p><strong>Log base 10 of 100<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
2<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technooracle.com/oracle-tutorials/oracle-plsqllog-function/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oracle PL/SQL:AVG function</title>
		<link>http://www.technooracle.com/oracle-tutorials/oracle-plsqlavg-function/</link>
		<comments>http://www.technooracle.com/oracle-tutorials/oracle-plsqlavg-function/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:09:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Built-In Functions]]></category>

		<guid isPermaLink="false">http://www.technooracle.com/?p=131</guid>
		<description><![CDATA[In Oracle PL/SQL AVG function Returns average value of n. Syntax AVG(n) Example SELECT AVG(salary) &#8220;Avg_Sal&#8221; FROM emp; Average &#8212;&#8212;&#8212;- 2077.21429]]></description>
			<content:encoded><![CDATA[<p><strong>In Oracle PL/SQL AVG function Returns   average value of <em>n</em>.</strong></p>
<p><strong>Syntax</strong></p>
<p><strong>AVG(n)</strong></p>
<p><strong>Example</strong></p>
<p><strong>SELECT AVG(salary) &#8220;Avg_Sal&#8221; FROM emp;</strong></p>
<p><strong>Average<br />
&#8212;&#8212;&#8212;-<br />
2077.21429</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technooracle.com/oracle-tutorials/oracle-plsqlavg-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle PL/SQL:ATAN2 function</title>
		<link>http://www.technooracle.com/oracle-tutorials/oracle-plsqlatan2-function/</link>
		<comments>http://www.technooracle.com/oracle-tutorials/oracle-plsqlatan2-function/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:01:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Built-In Functions]]></category>

		<guid isPermaLink="false">http://www.technooracle.com/?p=129</guid>
		<description><![CDATA[In Oracle PL/SQL ATAN2 function Returns the arc tangent of n and m. Inputs are in an unbounded range, and outputs are in the range of -pi to pi, depending on the signs of n and m, and are expressed in radians. ATAN2(n,m) is the same as ATAN2(n/m) Syntax ATAN(n, m) Example SELECT ATAN2(.3, .2) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>In Oracle PL/SQL ATAN2 function Returns the arc tangent of n and m. Inputs are in an unbounded range, and outputs are in the range of -pi to pi, depending on the signs of n and m, and are expressed in radians. ATAN2(n,m) is the same as ATAN2(n/m)</strong></p>
<p><strong>Syntax</strong></p>
<p><strong>ATAN(n, m)</strong></p>
<p><strong>Example</strong></p>
<p><strong>SELECT ATAN2(.3, .2) &#8220;Arc_Tangent2&#8243; FROM DUAL;</strong></p>
<p><strong>Arc_Tangent2<br />
&#8212;&#8212;&#8212;&#8212;<br />
.982793723</strong></p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technooracle.com/oracle-tutorials/oracle-plsqlatan2-function/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Oracle PL/SQL:ATAN function</title>
		<link>http://www.technooracle.com/oracle-tutorials/oracle-plsqlatan-function/</link>
		<comments>http://www.technooracle.com/oracle-tutorials/oracle-plsqlatan-function/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 14:55:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Built-In Functions]]></category>

		<guid isPermaLink="false">http://www.technooracle.com/?p=127</guid>
		<description><![CDATA[In Oracle PL/SQL ATAN Function Returns the arc tangent of n. Inputs are in an unbounded range, and outputs are in the range of -pi/2 to pi/2 and are expressed in radians. Syntax ATAN(n) Example SELECT ATAN(.3) &#8220;Arc-Tangent&#8221; FROM DUAL; Arc-Tangent &#8212;&#8212;&#8212;- .291456794]]></description>
			<content:encoded><![CDATA[<p><strong>In Oracle PL/SQL ATAN Function Returns the   arc tangent of <em>n. </em>Inputs are in an unbounded range, and outputs are in   the range of -pi/2 to pi/2 and are expressed in radians.</strong></p>
<p><strong>Syntax</strong></p>
<p><strong>ATAN(n)</strong></p>
<p><strong>Example</strong></p>
<p><strong>SELECT ATAN(.3) &#8220;Arc-Tangent&#8221;   FROM DUAL;</strong></p>
<p><strong> </strong></p>
<p><strong>Arc-Tangent</strong></p>
<p><strong>&#8212;&#8212;&#8212;-</strong></p>
<p><strong>.291456794</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technooracle.com/oracle-tutorials/oracle-plsqlatan-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle PL/SQL:SINH function</title>
		<link>http://www.technooracle.com/oracle-tutorials/oracle-plsqlsinh-function/</link>
		<comments>http://www.technooracle.com/oracle-tutorials/oracle-plsqlsinh-function/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 08:17:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Built-In Functions]]></category>

		<guid isPermaLink="false">http://www.technooracle.com/?p=125</guid>
		<description><![CDATA[In Oracle PL/SQL SINH unction returns Hyperbolical Sine value of the input provided n.The input provided must be of an angle and should be expressed in radians Syntax SINH(angle) Example SELECT SINH(1) “Hyperbolic sine value” FROM DUAL; Hyperbolic sine of 1 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 1.17520119]]></description>
			<content:encoded><![CDATA[<h5><strong>In Oracle PL/SQL SINH unction returns Hyperbolical Sine value of the input provided <em>n.</em>The input <em> </em>provided must be of an angle and should be expressed in radians</strong></h5>
<h5><strong>Syntax</strong></h5>
<h5><strong>SINH(angle)</strong></h5>
<h5><strong>Example</strong></h5>
<p><strong>SELECT SINH(1) “Hyperbolic sine value” FROM DUAL;</strong></p>
<p><strong>Hyperbolic sine of 1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1.17520119</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technooracle.com/oracle-tutorials/oracle-plsqlsinh-function/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Oracle PL/SQL:FLOOR function</title>
		<link>http://www.technooracle.com/oracle-tutorials/oracle-plsqlfloor-function/</link>
		<comments>http://www.technooracle.com/oracle-tutorials/oracle-plsqlfloor-function/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 15:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Built-In Functions]]></category>

		<guid isPermaLink="false">http://www.technooracle.com/?p=122</guid>
		<description><![CDATA[In Oracle PL/SQL  FLOOR function Returns largest integer equal to or less than num. Syntax FLOOR(NUM) Example SELECT FLOOR(24.7) &#8220;Floor&#8221; FROM DUAL; Floor &#8212;&#8212;&#8212;- 24]]></description>
			<content:encoded><![CDATA[<p><strong>In Oracle PL/SQL  FLOOR function Returns largest integer equal to or less than num.</p>
<p>Syntax</p>
<p>FLOOR(NUM)</p>
<p>Example</strong></p>
<p><strong>SELECT FLOOR(24.7) &#8220;Floor&#8221; FROM DUAL;</p>
<p>Floor<br />
&#8212;&#8212;&#8212;-<br />
24</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technooracle.com/oracle-tutorials/oracle-plsqlfloor-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle PL/SQL:ADD_MONTHS Function</title>
		<link>http://www.technooracle.com/oracle-tutorials/oracle-plsqladd_months-function/</link>
		<comments>http://www.technooracle.com/oracle-tutorials/oracle-plsqladd_months-function/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 15:49:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Built-In Functions]]></category>

		<guid isPermaLink="false">http://www.technooracle.com/?p=120</guid>
		<description><![CDATA[In Oracle PL/SQL ADD_MONTHS function Returns the date d plus n months. The argument n can be any integer. If d is the last day of the month or if the resulting month has fewer days than the day component of d, then the result is the last day of the resulting month. Otherwise, the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>In Oracle PL/SQL ADD_MONTHS function Returns the date d plus n months. The argument n can be any integer. If d is the last day of the month or if the resulting month has fewer days than the day component of d, then the result is the last day of the resulting month. Otherwise, the result has the same day component as d. </strong></p>
<p><strong>Syntax </strong></p>
<p><strong>ADD_MONTHS(d,n) </strong></p>
<p><strong>Example </strong></p>
<p><strong>SELECT TO_CHAR(<br />
ADD_MONTHS(hiredate,1),<br />
&#8216;DD-MON-YYYY&#8217;) &#8220;Next month&#8221;<br />
FROM employee<br />
WHERE emp_name = &#8216;PETER&#8217;;</strong></p>
<p><strong>Next Month<br />
&#8212;&#8212;&#8212;&#8211;<br />
20-MAR-1990<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technooracle.com/oracle-tutorials/oracle-plsqladd_months-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle PL/SQL:ACOS Function</title>
		<link>http://www.technooracle.com/oracle-tutorials/oracle-plsqlacos-function/</link>
		<comments>http://www.technooracle.com/oracle-tutorials/oracle-plsqlacos-function/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 15:38:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Built-In Functions]]></category>

		<guid isPermaLink="false">http://www.technooracle.com/?p=118</guid>
		<description><![CDATA[In Oracle PL/SQL ACOS Function Returns the arc cosine of input . Inputs are in the range of -1 to 1, and outputs are in the range of 0 to pi and are expressed in radians. Syntax ACOS(NUM) Example SELECT ACOS(.3)&#8221;ArcCosine&#8221; FROM DUAL; ArcCosine &#8212;&#8212;&#8212;- 1.26610367]]></description>
			<content:encoded><![CDATA[<p><strong>In Oracle PL/SQL ACOS Function  Returns the arc cosine of input . Inputs are in the range of -1 to 1, and outputs are in the range of 0 to pi and are expressed in radians.  </p>
<p>Syntax</p>
<p>ACOS(NUM)</p>
<p>Example  </p>
<p>SELECT ACOS(.3)&#8221;ArcCosine&#8221; FROM DUAL;</p>
<p>ArcCosine<br />
&#8212;&#8212;&#8212;-<br />
1.26610367</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.technooracle.com/oracle-tutorials/oracle-plsqlacos-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

