<?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>uCertify Articles &#187; 1Z0-007</title>
	<atom:link href="http://www.ucertify.com/article/exams/1z0-007/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ucertify.com/article</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 04 Nov 2009 00:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is DECODE function?</title>
		<link>http://www.ucertify.com/article/what-is-decode-function-2.html</link>
		<comments>http://www.ucertify.com/article/what-is-decode-function-2.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[1Z0-007]]></category>

		<guid isPermaLink="false">1801007</guid>
		<description><![CDATA[The DECODE function decodes a column value or an expression and compares it with each specified search value, one by one. If the expression matches a search value, a result value corresponding to the matching search value is returned. If no match is found]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function-2.html&amp;t=What+is+DECODE+function%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function-2.html&amp;title=What+is+DECODE+function%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function-2.html&amp;title=What+is+DECODE+function%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+DECODE+function%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The DECODE function decodes a column value or an expression and compares it with each specified search value, one by one. If the expression matches a search value, a result value corresponding to the matching search value is returned. If no match is found, a default result value, if included, is returned. However, if no default value is included, a NULL value is returned. The DECODE function is one of the few single-row functions that directly deal with NULL values. It can compare two NULL values and can return a NULL value. </p>
<p><uc:hed>Syntax:</uc:hed> </p>
<p><uc:stx>DECODE (ColumnExpression, search, result[, search, result, ...] [, default] )</uc:stx> </p>
<p>ColumnExpression, search, and result can be of the CHAR, VARCHAR2, NCHAR, or NVARCHAR2 datatype. </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >oca-dba10g OCA DBA 10g</a> exam practice questions.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >oca-dba-11g  OCA DBA 11g</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >Oracle OCA DBA 9i</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" >OCA DBA 9i PL/SQL</a> in first attampt.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql  OCA PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >ocp-dba10g OCP DBA 10g</a> exam practice questions.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >ocp-dba-11g  OCP DBA 11g</a> exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >ocp-dba9i - OCP DBA 9i</a> simulation.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" > Pass Oracle ocp-pl-sql - OCP PL/SQL Developer</a><li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >Oracle Oracle Certified Master 10g</a> certified.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >Oracle Oracle PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >performance-tuning-certified-expert-11g</a> for exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >rac-administrator-certified-experts-10g RAC Certified Expert 10g</a> exam practice questions.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" >1Z0-007</a> test study guide and practice question.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function-2.html&amp;linkname=What%20is%20DECODE%20function%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-decode-function-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is TO_CHAR (datetime) function?</title>
		<link>http://www.ucertify.com/article/what-is-to_char-datetime-function-2.html</link>
		<comments>http://www.ucertify.com/article/what-is-to_char-datetime-function-2.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-007]]></category>
		<category><![CDATA[1Z0-031]]></category>
		<category><![CDATA[1Z0-043]]></category>
		<category><![CDATA[1Z0-047]]></category>
		<category><![CDATA[1Z0-051]]></category>
		<category><![CDATA[1Z0-053]]></category>

		<guid isPermaLink="false">1801075</guid>
		<description><![CDATA[TO_CHAR (datetime) is a single-row function that is used to convert a value of DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE, or TIMESTAMP WITH LOCAL TIME ZONE datatype to a value of VARCHAR2 datatype in the specified date format. 

Syntax:

TO_CHAR ( datetim]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-to_char-datetime-function-2.html&amp;t=What+is+TO_CHAR+%28datetime%29+function%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-to_char-datetime-function-2.html&amp;title=What+is+TO_CHAR+%28datetime%29+function%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-to_char-datetime-function-2.html&amp;title=What+is+TO_CHAR+%28datetime%29+function%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+TO_CHAR+%28datetime%29+function%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-to_char-datetime-function-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>TO_CHAR (datetime) is a single-row function that is used to convert a value of DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE, or TIMESTAMP WITH LOCAL TIME ZONE datatype to a value of VARCHAR2 datatype in the specified date format. </p>
<p><uc:hed>Syntax:</uc:hed></p>
<p><uc:stx>TO_CHAR ( datetime [, fmt [, 'nlsparam' ]] )</uc:stx> </p>
<p>where,</p>
<li>datetime specifies a value of DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE, or TIMESTAMP WITH LOCAL TIME ZONE datatype.</li>
<p></p>
<li>fmt specifies the date format in which the converted value is to be displayed.</li>
<p></p>
<li>nlsparam specifies the language in which the names and abbreviations of months and days are to be displayed.</li>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >oca-dba10g OCA DBA 10g</a> exam practice questions.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >oca-dba-11g  OCA DBA 11g</a> exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >oca-dba9i OCA DBA 9i</a> exam practice questions.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" >oca-dba9i-pl-sql - OCA DBA 9i PL/SQL</a> simulation.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql</a> test study guide and practice question.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >ocp-dba10g OCP DBA 10g</a> exam practice questions.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >ocp-dba-11g  OCP DBA 11g</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >ocp-dba9i  OCP DBA 9i</a> exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >Oracle ocp-pl-sql</a> download free trial.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >ocm-10g</a> for exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >Oracle Oracle PL/SQL Developer</a> certified.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >Oracle performance-tuning-certified-expert-11g</a> download free trial.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >rac-administrator-certified-experts-10g  RAC Certified Expert 10g</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >SQL Certified Expert 10g</a> in first attampt.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >sql-certified-expert-11g</a> test study guide and practice question.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" >Oracle Introduction to Oracle9i: SQL</a> exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/exams/Oracle/1Z0-031.html" >1Z0-031 Oracle9i Database: Fundamentals I</a> exam practice questions.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/Oracle/1Z0-043.html" >1Z0-043</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" >Oracle Oracle Database SQL Expert</a> exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-051.html" >1Z0-051</a> test study guide and practice question.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/Oracle/1Z0-053.html" > Pass Oracle 1Z0-053 - OCP: Oracle Database 11g: Administration II</a></ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-to_char-datetime-function-2.html&amp;linkname=What%20is%20TO_CHAR%20%28datetime%29%20function%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-to_char-datetime-function-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is system privilege?</title>
		<link>http://www.ucertify.com/article/what-is-system-privilege.html</link>
		<comments>http://www.ucertify.com/article/what-is-system-privilege.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-007]]></category>
		<category><![CDATA[1Z0-031]]></category>
		<category><![CDATA[1Z0-042]]></category>
		<category><![CDATA[1Z0-047]]></category>
		<category><![CDATA[1Z0-147]]></category>

		<guid isPermaLink="false">1801037</guid>
		<description><![CDATA[System privilege is a privilege or right that allows a user to perform system level activities, such as connecting to a database, creating, altering, dropping, and managing database objects or features. Oracle does not retain the grantor of the system pri]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-system-privilege.html&amp;t=What+is+system+privilege%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-system-privilege.html&amp;title=What+is+system+privilege%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-system-privilege.html&amp;title=What+is+system+privilege%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+system+privilege%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-system-privilege.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>System privilege is a privilege or right that allows a user to perform system level activities, such as connecting to a database, creating, altering, dropping, and managing database objects or features. Oracle does not retain the grantor of the system privileges. Therefore, even if a grantee has obtained system privileges from more than one grantor, these can be revoked by anyone with the appropriate privileges. </p>
<p>System privileges are granted using the GRANT statement. </p>
<p><uc:hed>Syntax:</uc:hed></p>
<p><uc:stx>GRANT { system_privilege | role | ALL PRIVILEGES }<br />
[, { system_privilege | role | ALL PRIVILEGES }]&#8230;  <br />
TO grantee_clause [IDENTIFIED BY password] [WITH ADMIN OPTION];</uc:stx> </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" > Pass Oracle oca-dba10g - OCA DBA 10g</a><li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >oca-dba-11g</a> for exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" > Pass Oracle oca-dba9i - OCA DBA 9i</a><li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" >Oracle oca-dba9i-pl-sql</a> download free trial.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql OCA PL/SQL Developer</a> exam practice questions.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >Oracle OCP DBA 10g</a> certified.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >OCP DBA 11g</a> in first attampt.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >Oracle ocp-dba9i</a> download free trial.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >ocp-pl-sql - OCP PL/SQL Developer</a> simulation.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >Oracle ocm-10g</a> download free trial.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >Oracle Oracle PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >Oracle Performance Tuning Expert 11g</a> exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" > Pass Oracle rac-administrator-certified-experts-10g - RAC Certified Expert 10g</a><li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >Oracle sql-certified-expert-10g</a> download free trial.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >sql-certified-expert-11g  SQL Certified Expert 11g</a> exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" >1Z0-007</a> test study guide and practice question.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/Oracle/1Z0-031.html" >1Z0-031 - Oracle9i Database: Fundamentals I</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-042.html" >1Z0-042  Oracle Database 10g: Admin - I</a> exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" >1Z0-047 - Oracle Database SQL Expert</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-147.html" >1Z0-147  Oracle9i: Program with PL/SQL</a> exam.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-system-privilege.html&amp;linkname=What%20is%20system%20privilege%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-system-privilege.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the syntax for creating a view?</title>
		<link>http://www.ucertify.com/article/what-is-the-syntax-for-creating-a-view.html</link>
		<comments>http://www.ucertify.com/article/what-is-the-syntax-for-creating-a-view.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[1Z0-007]]></category>

		<guid isPermaLink="false">1801047</guid>
		<description><![CDATA[Following is the syntax for creating a view:

CREATE [OR REPLACE] [FORCE &#124; NOFORCE] VIEW ViewName
[ (alias [, alias]...) ]
AS subquery
[WITH { READ ONLY &#124; CHECK OPTION [CONSTRAINT ConstraintName] }];

where,
 OR REPLACE re-creates a pre-existing view with]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-syntax-for-creating-a-view.html&amp;t=What+is+the+syntax+for+creating+a+view%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-syntax-for-creating-a-view.html&amp;title=What+is+the+syntax+for+creating+a+view%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-syntax-for-creating-a-view.html&amp;title=What+is+the+syntax+for+creating+a+view%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+the+syntax+for+creating+a+view%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-syntax-for-creating-a-view.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Following is the syntax for creating a view:</p>
<p><uc:stx>CREATE [OR REPLACE] [FORCE | NOFORCE] VIEW ViewName<br />
[ (alias [, alias]&#8230;) ]<br />
AS subquery<br />
[WITH { READ ONLY | CHECK OPTION [CONSTRAINT ConstraintName] }];</uc:stx></p>
<p>where,</p>
<li>OR REPLACE re-creates a pre-existing view with the new specified definition. </li>
<p></p>
<li>FORCE creates a view regardless of whether or not the base tables exist.</li>
<p></p>
<li>NOFORCE creates a view only if the base tables exist.</li>
<p></p>
<li>ViewName specifies the name of the view to be created.</li>
<p></p>
<li>alias specifies a name for the column selected by the view&#8217;s subquery.</li>
<p></p>
<li>subquery is a SELECT statement that retrieves data from the base tables.</li>
<p></p>
<li>WITH READ ONLY ensures that no DML operation can be performed on the view.</li>
<p></p>
<li>WITH CHECK OPTION ensures that only rows accessible to the view can be manipulated.</li>
<p></p>
<li>ConstraintName specifies the name of the CHECK constraint.</li>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >OCA DBA 10g</a> in first attampt.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >Oracle OCA DBA 11g</a> certified.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >oca-dba9i  OCA DBA 9i</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" >oca-dba9i-pl-sql  OCA DBA 9i PL/SQL</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >OCA PL/SQL Developer</a> in first attampt.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" > Pass Oracle ocp-dba10g - OCP DBA 10g</a><li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >ocp-dba-11g</a> for exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" > Pass Oracle ocp-dba9i - OCP DBA 9i</a><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >Oracle OCP PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >Oracle Oracle Certified Master 10g</a> certified.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >Oracle Oracle PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >performance-tuning-certified-expert-11g - Performance Tuning Expert 11g</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >Oracle RAC Certified Expert 10g</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" >Oracle Introduction to Oracle9i: SQL</a> exam.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-the-syntax-for-creating-a-view.html&amp;linkname=What%20is%20the%20syntax%20for%20creating%20a%20view%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-the-syntax-for-creating-a-view.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When is top-n analysis performed?</title>
		<link>http://www.ucertify.com/article/when-is-top-n-analysis-performed.html</link>
		<comments>http://www.ucertify.com/article/when-is-top-n-analysis-performed.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[1Z0-007]]></category>

		<guid isPermaLink="false">1801073</guid>
		<description><![CDATA[Top-n analysis is performed when the n topmost or the n bottommost records from a table are to be displayed. For example, top-n analysis can be performed in the following conditions:

To display the top three scorers in a subject.
To display the top five ]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhen-is-top-n-analysis-performed.html&amp;t=When+is+top-n+analysis+performed%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhen-is-top-n-analysis-performed.html&amp;title=When+is+top-n+analysis+performed%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhen-is-top-n-analysis-performed.html&amp;title=When+is+top-n+analysis+performed%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=When+is+top-n+analysis+performed%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhen-is-top-n-analysis-performed.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Top-n analysis is performed when the n topmost or the n bottommost records from a table are to be displayed. For example, top-n analysis can be performed in the following conditions:</p>
<li>To display the top three scorers in a subject.</li>
<p></p>
<li>To display the top five earners in a company.</li>
<p></p>
<li>To display the four most recently hired employees in a company.</li>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >Oracle OCA DBA 10g</a> certified.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >oca-dba-11g</a> test study guide and practice question.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >oca-dba9i</a> for exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" > Pass Oracle oca-dba9i-pl-sql - OCA DBA 9i PL/SQL</a><li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql - OCA PL/SQL Developer</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >ocp-dba10g  OCP DBA 10g</a> exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >Oracle ocp-dba-11g</a> download free trial.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >OCP DBA 9i</a> in first attampt.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >Oracle OCP PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >Oracle ocm-10g</a> download free trial.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >oracle-pl-sql Oracle PL/SQL Developer</a> exam practice questions.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >Oracle Performance Tuning Expert 11g</a> exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >rac-administrator-certified-experts-10g - RAC Certified Expert 10g</a> simulation.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" > Pass Oracle 1Z0-007 - Introduction to Oracle9i: SQL</a></ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhen-is-top-n-analysis-performed.html&amp;linkname=When%20is%20top-n%20analysis%20performed%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/when-is-top-n-analysis-performed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Cartesian product?</title>
		<link>http://www.ucertify.com/article/what-is-a-cartesian-product.html</link>
		<comments>http://www.ucertify.com/article/what-is-a-cartesian-product.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-007]]></category>
		<category><![CDATA[1Z0-047]]></category>
		<category><![CDATA[1Z0-051]]></category>

		<guid isPermaLink="false">1801081</guid>
		<description><![CDATA[A join, between two or more tables, with no join condition results in a Cartesian product. A Cartesian product is a set of all possible combinations of rows drawn from each table involved in the join. In other words, Oracle combines each row of one table ]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-cartesian-product.html&amp;t=What+is+a+Cartesian+product%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-cartesian-product.html&amp;title=What+is+a+Cartesian+product%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-cartesian-product.html&amp;title=What+is+a+Cartesian+product%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+a+Cartesian+product%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-cartesian-product.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>A join, between two or more tables, with no join condition results in a Cartesian product. A Cartesian product is a set of all possible combinations of rows drawn from each table involved in the join. In other words, Oracle combines each row of one table with each row of the other table. For example, the Cartesian product of two tables with five rows each, has twenty-five rows.</p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >Oracle OCA DBA 10g</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >OCA DBA 11g</a> in first attampt.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" > Pass Oracle oca-dba9i - OCA DBA 9i</a><li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" >oca-dba9i-pl-sql</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql  OCA PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >ocp-dba10g  OCP DBA 10g</a> exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >Oracle OCP DBA 11g</a> certified.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >OCP DBA 9i</a> in first attampt.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" > Pass Oracle ocp-pl-sql - OCP PL/SQL Developer</a><li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >ocm-10g - Oracle Certified Master 10g</a> simulation.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >Oracle PL/SQL Developer</a> in first attampt.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >performance-tuning-certified-expert-11g - Performance Tuning Expert 11g</a> simulation.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >rac-administrator-certified-experts-10g</a> test study guide and practice question.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >sql-certified-expert-10g</a> for exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >SQL Certified Expert 11g</a> in first attampt.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" >1Z0-007  Introduction to Oracle9i: SQL</a> exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" >1Z0-047</a> test study guide and practice question.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/Oracle/1Z0-051.html" > Pass Oracle 1Z0-051 - OCA: Oracle Database 11g-SQL Fundamentals-I</a></ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-cartesian-product.html&amp;linkname=What%20is%20a%20Cartesian%20product%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-a-cartesian-product.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is IS NOT NULL operator?</title>
		<link>http://www.ucertify.com/article/what-is-is-not-null-operator.html</link>
		<comments>http://www.ucertify.com/article/what-is-is-not-null-operator.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 10g]]></category>
		<category><![CDATA[SQL Certified Expert 11g]]></category>
		<category><![CDATA[1Z0-007]]></category>
		<category><![CDATA[1Z0-047]]></category>
		<category><![CDATA[1Z0-051]]></category>

		<guid isPermaLink="false">1801088</guid>
		<description><![CDATA[IS NOT NULL is a comparison operator that is used to compare a value with a NULL value. It evaluates to TRUE if the value is not NULL, otherwise it evaluates to FALSE.]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-is-not-null-operator.html&amp;t=What+is+IS+NOT+NULL+operator%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-is-not-null-operator.html&amp;title=What+is+IS+NOT+NULL+operator%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-is-not-null-operator.html&amp;title=What+is+IS+NOT+NULL+operator%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+IS+NOT+NULL+operator%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-is-not-null-operator.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>IS NOT NULL is a comparison operator that is used to compare a value with a NULL value. It evaluates to TRUE if the value is not NULL, otherwise it evaluates to FALSE.</p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >oca-dba10g</a> test study guide and practice question.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >Oracle OCA DBA 11g</a> certified.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" > Pass Oracle oca-dba9i - OCA DBA 9i</a><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" >Oracle OCA DBA 9i PL/SQL</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >OCA PL/SQL Developer</a> in first attampt.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >OCP DBA 10g</a> in first attampt.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >Oracle OCP DBA 11g</a> certified.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >ocp-dba9i</a> for exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >ocp-pl-sql</a> test study guide and practice question.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >ocm-10g - Oracle Certified Master 10g</a> simulation.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >oracle-pl-sql</a> test study guide and practice question.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" > Pass Oracle performance-tuning-certified-expert-11g - Performance Tuning Expert 11g</a><li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >Oracle rac-administrator-certified-experts-10g</a> download free trial.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-10g.html" >sql-certified-expert-10g  SQL Certified Expert 10g</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/sql-certified-expert-11g.html" >SQL Certified Expert 11g</a> in first attampt.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" >Oracle 1Z0-007</a> download free trial.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/Oracle/1Z0-047.html" >1Z0-047</a> for exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/Oracle/1Z0-051.html" >Oracle 1Z0-051</a> download free trial.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-is-not-null-operator.html&amp;linkname=What%20is%20IS%20NOT%20NULL%20operator%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-is-not-null-operator.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is DML?</title>
		<link>http://www.ucertify.com/article/what-is-dml.html</link>
		<comments>http://www.ucertify.com/article/what-is-dml.html#comments</comments>
		<pubDate>Sun, 12 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[1Z0-001]]></category>
		<category><![CDATA[1Z0-007]]></category>
		<category><![CDATA[1Z0-033]]></category>
		<category><![CDATA[1Z0-040]]></category>
		<category><![CDATA[1Z0-045]]></category>
		<category><![CDATA[70-432]]></category>

		<guid isPermaLink="false">1501031</guid>
		<description><![CDATA[Data Manipulation Language (DML) is a category of SQL statements that query and update data in a database. Statements such as SELECT, UPDATE, INSERT, DELETE etc., are included in this category. These statements can be grouped with Data Control Language (D]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dml.html&amp;t=What+is+DML%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dml.html&amp;title=What+is+DML%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dml.html&amp;title=What+is+DML%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+DML%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dml.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Data Manipulation Language (DML) is a category of SQL statements that query and update data in a database. Statements such as SELECT, UPDATE, INSERT, DELETE etc., are included in this category. These statements can be grouped with Data Control Language (DCL) statements. </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >oca-dba10g - OCA DBA 10g</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >Oracle OCA DBA 11g</a> exam.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >oca-dba9i</a> test study guide and practice question.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" >Oracle oca-dba9i-pl-sql</a> download free trial.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >OCA PL/SQL Developer</a> in first attampt.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >Oracle ocp-dba10g</a> download free trial.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >Oracle OCP DBA 11g</a> certified.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >ocp-dba9i - OCP DBA 9i</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >ocp-pl-sql  OCP PL/SQL Developer</a> exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" > Pass Oracle ocm-10g - Oracle Certified Master 10g</a><li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >oracle-pl-sql - Oracle PL/SQL Developer</a> simulation.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >performance-tuning-certified-expert-11g Performance Tuning Expert 11g</a> exam practice questions.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" > Pass Oracle rac-administrator-certified-experts-10g - RAC Certified Expert 10g</a><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-001.html" >Oracle Oracle PL/SQL</a> exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" >1Z0-007 - Introduction to Oracle9i: SQL</a> simulation.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Oracle/1Z0-033.html" >Oracle Oracle9i DB: Performance Tuning</a> exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/Oracle/1Z0-040.html" >1Z0-040 - OCA, 10g New Feature for Administrator</a> simulation.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/exams/Oracle/1Z0-045.html" >1Z0-045 OCA, 10g New Feature for Oracle 8i Ocp</a> exam practice questions.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/exams/Microsoft/70-432.html" >Microsoft MCTS: SQL Server 2008, Implementation</a> certified.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dml.html&amp;linkname=What%20is%20DML%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-dml.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a  tablespace?</title>
		<link>http://www.ucertify.com/article/what-is-a-tablespace.html</link>
		<comments>http://www.ucertify.com/article/what-is-a-tablespace.html#comments</comments>
		<pubDate>Fri, 10 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[1Z0-007]]></category>
		<category><![CDATA[1Z0-031]]></category>
		<category><![CDATA[1Z0-033]]></category>
		<category><![CDATA[1Z0-043]]></category>
		<category><![CDATA[1Z0-045]]></category>
		<category><![CDATA[1Z0-053]]></category>

		<guid isPermaLink="false">2201048</guid>
		<description><![CDATA[A tablespace is a logical database structure for storing database segments. By default, each Oracle database has a single tablespace, known as SYSTEM, which stores data dictionary tables and indexes. Other tablespaces may also be configured for a database]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-tablespace.html&amp;t=What+is+a++tablespace%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-tablespace.html&amp;title=What+is+a++tablespace%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-tablespace.html&amp;title=What+is+a++tablespace%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+a++tablespace%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-tablespace.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>A tablespace is a logical database structure for storing database segments. By default, each Oracle database has a single tablespace, known as SYSTEM, which stores data dictionary tables and indexes. Other tablespaces may also be configured for a database for performing some specific tasks such as:
<ul>
<li> Partial backup and recovery operation </li>
<li> Allocation of quotas for users</li>
</ul>
<p> Additional tablespaces can also be created as per the requirements of the applications installed on the system. Such tablespaces can be used for storing application specific segments. </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >oca-dba10g OCA DBA 10g</a> exam practice questions.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >OCA DBA 11g</a> in first attampt.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >Oracle oca-dba9i</a> download free trial.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" > Pass Oracle oca-dba9i-pl-sql - OCA DBA 9i PL/SQL</a><li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" >oca-pl-sql - OCA PL/SQL Developer</a> simulation.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >Oracle ocp-dba10g</a> download free trial.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >Oracle ocp-dba-11g</a> download free trial.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >ocp-dba9i - OCP DBA 9i</a> simulation.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >ocp-pl-sql</a> test study guide and practice question.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >ocm-10g Oracle Certified Master 10g</a> exam practice questions.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" >oracle-pl-sql</a> test study guide and practice question.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >performance-tuning-certified-expert-11g - Performance Tuning Expert 11g</a> simulation.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" > Pass Oracle rac-administrator-certified-experts-10g - RAC Certified Expert 10g</a><li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" > Pass Oracle 1Z0-007 - Introduction to Oracle9i: SQL</a><li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/Oracle/1Z0-031.html" > Pass Oracle 1Z0-031 - Oracle9i Database: Fundamentals I</a><li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/Oracle/1Z0-033.html" >Oracle 1Z0-033</a> download free trial.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/exams/Oracle/1Z0-043.html" >Oracle Database 10g: Admin - II</a> in first attampt.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/Oracle/1Z0-045.html" >Oracle 1Z0-045</a> download free trial.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Oracle/1Z0-053.html" >1Z0-053</a> test study guide and practice question.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-tablespace.html&amp;linkname=What%20is%20a%20%20tablespace%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-a-tablespace.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is DECODE function?</title>
		<link>http://www.ucertify.com/article/what-is-decode-function.html</link>
		<comments>http://www.ucertify.com/article/what-is-decode-function.html#comments</comments>
		<pubDate>Wed, 08 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[OCA DBA 10g]]></category>
		<category><![CDATA[OCA DBA 11g]]></category>
		<category><![CDATA[OCA DBA 9i]]></category>
		<category><![CDATA[OCA DBA 9i PL/SQL]]></category>
		<category><![CDATA[OCA PL/SQL Developer]]></category>
		<category><![CDATA[OCP DBA 10g]]></category>
		<category><![CDATA[OCP DBA 11g]]></category>
		<category><![CDATA[OCP DBA 9i]]></category>
		<category><![CDATA[OCP PL/SQL Developer]]></category>
		<category><![CDATA[Oracle Certified Master 10g]]></category>
		<category><![CDATA[Oracle PL/SQL Developer]]></category>
		<category><![CDATA[Performance Tuning Expert 11g]]></category>
		<category><![CDATA[RAC Certified Expert 10g]]></category>
		<category><![CDATA[1Z0-007]]></category>

		<guid isPermaLink="false">1801007</guid>
		<description><![CDATA[The DECODE function decodes a column value or an expression and compares it with each specified search value, one by one. If the expression matches a search value, a result value corresponding to the matching search value is returned. If no match is found]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function.html&amp;t=What+is+DECODE+function%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function.html&amp;title=What+is+DECODE+function%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function.html&amp;title=What+is+DECODE+function%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+DECODE+function%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The DECODE function decodes a column value or an expression and compares it with each specified search value, one by one. If the expression matches a search value, a result value corresponding to the matching search value is returned. If no match is found, a default result value, if included, is returned. However, if no default value is included, a NULL value is returned. The DECODE function is one of the few single-row functions that directly deal with NULL values. It can compare two NULL values and can return a NULL value. </p>
<p><uc:hed>Syntax:</uc:hed> </p>
<p><uc:stx>DECODE (ColumnExpression, search, result[, search, result, ...] [, default] )</uc:stx> </p>
<p>ColumnExpression, search, and result can be of the CHAR, VARCHAR2, NCHAR, or NVARCHAR2 datatype. </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/Oracle/oca-dba10g.html" >oca-dba10g OCA DBA 10g</a> exam practice questions.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba-11g.html" >oca-dba-11g - OCA DBA 11g</a> simulation.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i.html" >oca-dba9i</a> test study guide and practice question.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-dba9i-pl-sql.html" > Pass Oracle oca-dba9i-pl-sql - OCA DBA 9i PL/SQL</a><li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oca-pl-sql.html" > Pass Oracle oca-pl-sql - OCA PL/SQL Developer</a><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba10g.html" >ocp-dba10g  OCP DBA 10g</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba-11g.html" >Oracle OCP DBA 11g</a> exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/Oracle/ocp-dba9i.html" >Oracle ocp-dba9i</a> download free trial.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/ocp-pl-sql.html" >Oracle OCP PL/SQL Developer</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/Oracle/ocm-10g.html" >Oracle Certified Master 10g</a> in first attampt.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/Oracle/oracle-pl-sql.html" > Pass Oracle oracle-pl-sql - Oracle PL/SQL Developer</a><li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/Oracle/performance-tuning-certified-expert-11g.html" >performance-tuning-certified-expert-11g</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/Oracle/rac-administrator-certified-experts-10g.html" >Oracle RAC Certified Expert 10g</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/exams/Oracle/1Z0-007.html" >Introduction to Oracle9i: SQL</a> in first attampt.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-decode-function.html&amp;linkname=What%20is%20DECODE%20function%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-decode-function.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
