<?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; SQL</title>
	<atom:link href="http://technotes.towardsjob.com/tag/sql/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 : Converting Rows to Columns</title>
		<link>http://technotes.towardsjob.com/oracle/sql-tutorial-converting-rows-to-columns/</link>
		<comments>http://technotes.towardsjob.com/oracle/sql-tutorial-converting-rows-to-columns/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 04:11:36 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Converting Rows to Columns.]]></category>
		<category><![CDATA[CUBE]]></category>
		<category><![CDATA[GROUP BY]]></category>
		<category><![CDATA[oracle tutorial]]></category>
		<category><![CDATA[ROLLUP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL TIPS]]></category>
		<category><![CDATA[SQL Tutorial]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/oracle/sql-tutorial-converting-rows-to-columns/</guid>
		<description><![CDATA[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


Related posts:<ol><li><a href='http://technotes.towardsjob.com/oracle/sql-tutorial-using-rank-and-dense_rank/' rel='bookmark' title='Permanent Link: SQL Tutorial : Using RANK() and DENSE_RANK()'>SQL Tutorial : Using RANK() and DENSE_RANK()</a> <small>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....</small></li>
<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/sql-server/t-sql-script-to-divide-one-column-data-into-two-columns/' rel='bookmark' title='Permanent Link: T-SQL Script to Divide One Column Data into Two Columns'>T-SQL Script to Divide One Column Data into Two Columns</a> <small>Just a day ago, we faced situation where one column in database contained two values which were separated by comma. We wanted to separate this two values in their own columns. &#160; It was interesting that value of the column was variable and something dynamic needed to be written. Following...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/oracle/sql-tutorial-converting-rows-to-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>