<?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>DDL &#8211; SQLpowered.com</title>
	<atom:link href="https://sqlpowered.com/tag/ddl/feed/" rel="self" type="application/rss+xml" />
	<link>https://sqlpowered.com</link>
	<description>SQL Server + BI</description>
	<lastBuildDate>Fri, 12 Jun 2020 20:44:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://sqlpowered.com/wp-content/uploads/2020/07/FavIcon-e1594067873682-99x100.png</url>
	<title>DDL &#8211; SQLpowered.com</title>
	<link>https://sqlpowered.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>CREATE TABLE syntax surprise</title>
		<link>https://sqlpowered.com/create-table-syntax-surprise/</link>
					<comments>https://sqlpowered.com/create-table-syntax-surprise/#respond</comments>
		
		<dc:creator><![CDATA[Jan Dvořák]]></dc:creator>
		<pubDate>Fri, 08 Dec 2017 10:14:25 +0000</pubDate>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[DDL]]></category>
		<guid isPermaLink="false">https://sqlpowered.com/?p=2303</guid>

					<description><![CDATA[What do you think: Is this valid CREATE TABLE statement? CREATE TABLE dbo.SampleTable (ID INT,) GO Definitely yes! Try it by your own. The only one reason how to explain I see that after comma there can be 0 or n members (empty) collection of constraints like in this sample:...]]></description>
										<content:encoded><![CDATA[<p>What do you think: Is this valid CREATE TABLE statement?</p>
<pre class="lang:tsql decode:true ">CREATE TABLE dbo.SampleTable (ID INT,)
GO</pre>
<p>Definitely yes! Try it by your own.</p>
<p>The only one reason how to explain I see that after comma there can be 0 or n members (empty) collection of constraints like in this sample:</p>
<pre class="lang:tsql decode:true ">CREATE TABLE dbo.SampleTable (ID INT NOT NULL, PRIMARY KEY(ID))
GO</pre>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sqlpowered.com/create-table-syntax-surprise/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
