﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><link>http://www.coderecipes.net/sql-statements.aspx</link><title>SQL Statements</title><description>&lt;p&gt;SQL statements allows you to manage your own data such as retrieve, update and delete using common SQL statements such as SQL INSERT, UPDATE, DELETE and SELECT statements.&lt;/p&gt;</description><pubDate>Sat, 12 Jan 2008 05:43:00 GMT</pubDate><language>en-US</language><item><link>http://www.coderecipes.net/sql-insert-statement-tutorials.aspx</link><title>SQL INSERT Statement</title><pubDate>Thu, 20 Dec 2007 09:41:00 GMT</pubDate><description>SQL INSERT statement allows you to insert one or more rows into a database table.</description></item><item><link>http://www.coderecipes.net/sql-update-statement-tutorials.aspx</link><title>SQL UPDATE Statement</title><pubDate>Thu, 13 Dec 2007 09:39:00 GMT</pubDate><description>SQL UPDATE statement allows you to modify the existing records of a database table.</description></item><item><link>http://www.coderecipes.net/sql-delete-statement-tutorials.aspx</link><title>SQL DELETE Statement</title><pubDate>Thu, 20 Dec 2007 22:10:00 GMT</pubDate><description>SQL DELETE statement allows you to delete one or more rows from an existing database table.</description></item><item><link>http://www.coderecipes.net/sql-select-statement.aspx</link><title>SQL SELECT Statement</title><pubDate>Fri, 14 Dec 2007 08:06:00 GMT</pubDate><description>Shows you how to select data from database tables using the SQL SELECT statement.</description></item><item><link>http://www.coderecipes.net/sql-join-inner-join-left-join.aspx</link><title>Using SQL JOIN Clause</title><pubDate>Thu, 20 Mar 2008 11:23:00 GMT</pubDate><description>SQL JOIN clause allows you to select data from more than two tables. Here you can learn how to use JOIN, LEFT JOIN and RIGHT JOIN.</description></item><item><link>http://www.coderecipes.net/sql-order-by-clause-tutorial.aspx</link><title>SQL ORDER BY Clause</title><pubDate>Thu, 13 Dec 2007 09:58:00 GMT</pubDate><description>SQL ORDER BY clause allows you to sort the data set returned from database server in both ascending and descending order.</description></item><item><link>http://www.coderecipes.net/sql-where-clause-tutorials.aspx</link><title>SQL WHERE Clause</title><pubDate>Thu, 13 Dec 2007 10:33:00 GMT</pubDate><description>SQL WHERE clause is used with SQL SELECT statement to specifies the search conditions of a query.</description></item><item><link>http://www.coderecipes.net/sql-group-by-clause-tutorial.aspx</link><title>SQL GROUP BY Clause</title><pubDate>Thu, 13 Dec 2007 09:53:00 GMT</pubDate><description>SQL GROUP BY clause as its name imply, returns a group of rows.</description></item><item><link>http://www.coderecipes.net/sql-having-clause-tutorial.aspx</link><title>SQL HAVING Clause</title><pubDate>Thu, 13 Dec 2007 09:51:00 GMT</pubDate><description>SQL HAVING clause allows you to limit groups of returned result set.</description></item><item><link>http://www.coderecipes.net/sql-between-operator-tutorial.aspx</link><title>Using SQL BETWEEN</title><pubDate>Thu, 13 Dec 2007 10:31:00 GMT</pubDate><description>SQL BETWEEN keyword allows you to select a group of data in ranges of two values.</description></item><item><link>http://www.coderecipes.net/sql-like-tutorial.aspx</link><title>Using SQL LIKE</title><pubDate>Thu, 13 Dec 2007 10:25:00 GMT</pubDate><description>SQL LIKE keyword is used to search string in a column of database table based on pattern matching.</description></item><item><link>http://www.coderecipes.net/sql-in-tutorial.aspx</link><title>Using SQL IN</title><pubDate>Thu, 13 Dec 2007 10:19:00 GMT</pubDate><description>SQL IN keyword allows you to limit the result set in a specified value list.</description></item><item><link>http://www.coderecipes.net/sql-truncate-table-statement.aspx</link><title>SQL TRUNCATE TABLE Statement</title><pubDate>Thu, 20 Dec 2007 09:47:00 GMT</pubDate><description>SQL TRUNCATE TABLE statement is used to drop table and recreate it.</description></item></channel></rss>