﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><link>http://www.coderecipes.net/advanced-sql-tutorial.aspx</link><title>Advanced SQL</title><description>&lt;p&gt;Advanced SQL tutorial gives you the most common toughest problems you have to face up to in database programming.&lt;/p&gt;</description><pubDate>Sat, 12 Jan 2008 05:44:00 GMT</pubDate><language>en-US</language><item><link>http://www.coderecipes.net/sql-union-tutorial.aspx</link><title>SQL UNION Operator</title><pubDate>Tue, 01 Jan 2008 10:47:00 GMT</pubDate><description>SQL UNION Operator allows you to combine the match result sets of two (or more than two) select queries into a single table.</description></item><item><link>http://www.coderecipes.net/sql-case-expression-tutorial.aspx</link><title>SQL CASE Expression</title><pubDate>Mon, 31 Dec 2007 12:20:00 GMT</pubDate><description>SQL CASE expression is used as a kind of IF-THEN-ELSE statement.</description></item><item><link>http://www.coderecipes.net/sql-intersect-operator-tutorial.aspx</link><title>SQL INTERSECT Operator</title><pubDate>Tue, 01 Jan 2008 10:22:00 GMT</pubDate><description>INTERSECT operator allows you to combine two table expressions into one and return a result set which consists of rows that appear in the results of both table expressions.</description></item><item><link>http://www.coderecipes.net/sql-minus-except-operator-tutorial.aspx</link><title>SQL MINUS or EXCEPT Operator</title><pubDate>Tue, 01 Jan 2008 10:40:00 GMT</pubDate><description>SQL MINUS or EXCEPT operator work on two table expressions. The result set takes records from the first table expression, and then subtract out the ones that appear in the second table expression. If the second table expression includes the records which are not appear in the first table expression, these records will be ignored.</description></item></channel></rss>