<?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>SQL Tutorials &#187; Comparison</title>
	<atom:link href="http://www.sqltutorials.net/category/comparison/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sqltutorials.net</link>
	<description>Learn database design and the SQL language.</description>
	<lastBuildDate>Sun, 20 Sep 2009 00:18:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Filter Data Using the Having Clause</title>
		<link>http://www.sqltutorials.net/comparison/filter-data-using-the-having-clause.html</link>
		<comments>http://www.sqltutorials.net/comparison/filter-data-using-the-having-clause.html#comments</comments>
		<pubDate>Sat, 16 Feb 2008 17:42:11 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Comparison]]></category>

		<guid isPermaLink="false">http://www.sqltutorials.net/comparison/filter-data-using-the-having-clause.html</guid>
		<description><![CDATA[The reason for having a database is to have vast amounts of data organized and readily available. SQL is the means by which we can communicate with the database and tell it to find exactly what we need. From thousands of records, we can filter it down to precisely what we are searching for, granted [...]]]></description>
		<wfw:commentRss>http://www.sqltutorials.net/comparison/filter-data-using-the-having-clause.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL&#8217;s Between Range</title>
		<link>http://www.sqltutorials.net/comparison/sqls-between-range.html</link>
		<comments>http://www.sqltutorials.net/comparison/sqls-between-range.html#comments</comments>
		<pubDate>Sat, 16 Feb 2008 17:28:36 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Comparison]]></category>

		<guid isPermaLink="false">http://www.sqltutorials.net/comparison/sqls-between-range.html</guid>
		<description><![CDATA[We have previously found the minimum and maximum range for a price column in a table. But what if we wanted to find the values in between? Say for example you wanted to view all the products you sell between $50 and $100 dollars? SELECT * FROM products WHERE price BETWEEN 50 AND 100; See [...]]]></description>
		<wfw:commentRss>http://www.sqltutorials.net/comparison/sqls-between-range.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
