<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Table Creation Examples</title>
	<atom:link href="http://www.lifeaftercoffee.com/2005/09/12/table-creation-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeaftercoffee.com/2005/09/12/table-creation-examples/</link>
	<description>because I don't believe in life before coffee...</description>
	<lastBuildDate>Wed, 23 Nov 2011 03:01:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jon</title>
		<link>http://www.lifeaftercoffee.com/2005/09/12/table-creation-examples/comment-page-1/#comment-44</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 27 Sep 2005 17:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/?p=63#comment-44</guid>
		<description>There are some options for GUIs.  TOAD (Tool for Oracle Application Developers) is one of the better ones, but is moderately expensive. From my experience you&#039;ll still want to know the bare-bones way of doing things in order to tweak and troubleshoot problems.

Of course other database management systems have other products.  MySQL has quite a few options, most of which are web-based.</description>
		<content:encoded><![CDATA[<p>There are some options for GUIs.  TOAD (Tool for Oracle Application Developers) is one of the better ones, but is moderately expensive. From my experience you&#8217;ll still want to know the bare-bones way of doing things in order to tweak and troubleshoot problems.</p>
<p>Of course other database management systems have other products.  MySQL has quite a few options, most of which are web-based.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Death_Tap</title>
		<link>http://www.lifeaftercoffee.com/2005/09/12/table-creation-examples/comment-page-1/#comment-43</link>
		<dc:creator>Death_Tap</dc:creator>
		<pubDate>Tue, 27 Sep 2005 16:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/?p=63#comment-43</guid>
		<description>Out of curiousity, is there a GUI program that allows you to add tables and stuff? Sort of like a cross between VB and MS Access? So, you can create tables and stuff with a program similar to MS Excel, but build a GUI that works similar to VB, but is SQL compliant?</description>
		<content:encoded><![CDATA[<p>Out of curiousity, is there a GUI program that allows you to add tables and stuff? Sort of like a cross between VB and MS Access? So, you can create tables and stuff with a program similar to MS Excel, but build a GUI that works similar to VB, but is SQL compliant?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.lifeaftercoffee.com/2005/09/12/table-creation-examples/comment-page-1/#comment-34</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 13 Sep 2005 19:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/?p=63#comment-34</guid>
		<description>To add a constraint to a table that already exists the syntax should look like this:

alter table name add (constraint pk_name primary key (id));

The part in the parens should look the same as the constraint line in the create table command.</description>
		<content:encoded><![CDATA[<p>To add a constraint to a table that already exists the syntax should look like this:</p>
<p>alter table name add (constraint pk_name primary key (id));</p>
<p>The part in the parens should look the same as the constraint line in the create table command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

