<?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>Technical Notes&#187; RANK and DENSE_RANK</title>
	<atom:link href="http://technotes.towardsjob.com/tag/rank-and-dense_rank/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.towardsjob.com</link>
	<description>Technical Notes about Oracle, DotNet, Java, SQL Server, XML and UNIX</description>
	<lastBuildDate>Tue, 18 May 2010 01:45:41 +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>SQL Tutorial : Using RANK() and DENSE_RANK()</title>
		<link>http://technotes.towardsjob.com/oracle/sql-tutorial-using-rank-and-dense_rank/</link>
		<comments>http://technotes.towardsjob.com/oracle/sql-tutorial-using-rank-and-dense_rank/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 05:16:48 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[DENSE_RANK]]></category>
		<category><![CDATA[NULLS FIRST]]></category>
		<category><![CDATA[NULLS LAST]]></category>
		<category><![CDATA[RANK]]></category>
		<category><![CDATA[RANK and DENSE_RANK]]></category>
		<category><![CDATA[SQL Tutorial]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/oracle/sql-tutorial-using-rank-and-dense_rank/</guid>
		<description><![CDATA[The difference between RANK() and DENSE_RANK() is that RANK() leaves gaps in the ranking sequence when there are ties. Let us see this function through an example.


Related posts:<ol><li><a href='http://technotes.towardsjob.com/oracle/sql-tips-writing-multiple-column-subqueries/' rel='bookmark' title='Permanent Link: SQL TIPS : Writing Multiple Column Subqueries'>SQL TIPS : Writing Multiple Column Subqueries</a> <small>In subqueries, regardless of whether one row or multiple rows are returned, each of these rows contains only one column worth of data to compare to the main query level. The main query can be set up to handle multiple columns in each row returned, too. For example select deptno,ename,job,sal,...</small></li>
<li><a href='http://technotes.towardsjob.com/oracle/sql-tutorial-converting-rows-to-columns/' rel='bookmark' title='Permanent Link: SQL Tutorial : Converting Rows to Columns'>SQL Tutorial : Converting Rows to Columns</a> <small>In this tutorial we can see how to convert rows into columns using Structured Query language SQL. We cover this tutorial from the basic steps i.e creating tables and inserting values into the table so that it can be useful for basic users as well...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/sql-tips-set-vs-select-in-sql-server/' rel='bookmark' title='Permanent Link: [SQL Tips] SET vs SELECT in Sql Server'>[SQL Tips] SET vs SELECT in Sql Server</a> <small>Following are the difference between SET and SELECT while using for DML 1.&#160;&#160; SET can assign only one variable at a time… SELECT can assign multiple variable in one line 2.&#160;&#160; If assigning from Query, SET can assign only scalar values 3.&#160;&#160; If query returns multiple values / rows, SET...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/oracle/sql-tutorial-using-rank-and-dense_rank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>