﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><link>http://www.coderecipes.net/sql-data-definition.aspx</link><title>SQL Data Definition</title><description>&lt;p&gt;SQL data definition allows you to define the structure of database including tables, rows, columns, indexes...using common SQL statements such as CREATE, ALTER and DROP.&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-create-table-statement.aspx</link><title>CREATE TABLE Statement</title><pubDate>Sun, 23 Mar 2008 12:00:00 GMT</pubDate><description>In this section we will show you how to create table using CREATE TABLE statement.</description></item><item><link>http://www.coderecipes.net/sql-alter-table-statement.aspx</link><title>SQL ALTER TABLE Statement</title><pubDate>Sun, 23 Mar 2008 12:12:00 GMT</pubDate><description>With SQL ALTER TABLE statement you can add, drop one or more columns from a table</description></item><item><link>http://www.coderecipes.net/sql-drop-table-database-index.aspx</link><title>DROP TABLE Statement</title><pubDate>Fri, 14 Dec 2007 01:11:00 GMT</pubDate><description>SQL DROP TABLE statement allows you to drop an existing table in database.</description></item><item><link>http://www.coderecipes.net/how-to-create-sql-view.aspx</link><title>How to Create SQL View</title><pubDate>Thu, 20 Dec 2007 09:30:00 GMT</pubDate><description>SQL View is a virtual table which is used to encapsulate a complex queries. After creating SQL view, you can treat it as a table and manipulate data on it with only some restrictions.</description></item><item><link>http://www.coderecipes.net/create-database-index-sql.aspx</link><title>Creating Database Index</title><pubDate>Tue, 18 Mar 2008 09:41:00 GMT</pubDate><description>A database index is similar to the book's index which help you find a topics faster by looking up on it. Here you can learn how to create database index.</description></item><item><link>http://www.coderecipes.net/sql-alter-view.aspx</link><title>Using ALTER VIEW Statement</title><pubDate>Thu, 20 Dec 2007 09:21:00 GMT</pubDate><description>SQL view is a virual table so it can be changed by using ALTER VIEW statement.</description></item><item><link>http://www.coderecipes.net/sql-drop-view-statement.aspx</link><title>SQL DROP VIEW Statement</title><pubDate>Thu, 20 Dec 2007 09:35:00 GMT</pubDate><description>SQL DROP VIEW statement removes view definition from the system catalog and the dependent objects of that view will become invalid.</description></item><item><link>http://www.coderecipes.net/sql-drop-index-statement.aspx</link><title>SQL DROP INDEX Statement</title><pubDate>Thu, 13 Dec 2007 21:21:00 GMT</pubDate><description>SQL DROP INDEX statement frees allocated memory and removes the index definition from the database information schema.</description></item></channel></rss>