<?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>VB Society.com &#187; Adding a Column</title>
	<atom:link href="http://www.vbsociety.com/tag/adding-a-column/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vbsociety.com</link>
	<description>Visual Basic Programming Tutorials</description>
	<lastBuildDate>Mon, 09 Jan 2012 00:01:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding a Column and Inserting Values</title>
		<link>http://www.vbsociety.com/adding-a-column-and-inserting-values.html</link>
		<comments>http://www.vbsociety.com/adding-a-column-and-inserting-values.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 01:04:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Adding a Column]]></category>
		<category><![CDATA[Inserting Values]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=4</guid>
		<description><![CDATA[Using the ADD clause with the alter table command allows a user to add a new column to a table. The new column must be defined by a column name and datataype. The default values can also be assigned. The new column will be added at the end of the existing table- it will be [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/adding-a-column-and-inserting-values.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

