<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/style/rss/rss_feed.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="/style/rss/rss_feed.css" type="text/css" media="screen" ?><rss version="2.0"><channel><title>Clipmarks | aveeshkumar's clips</title><link>http://clipmarks.com/clipper/aveeshkumar/</link><feedUrl>http://rss.clipmarks.com/clipper/aveeshkumar/</feedUrl><ttl>15</ttl><description>Clip, tag and save information that's important to you. Bookmarks save entire pages...Clipmarks save the specific content that matters to you!</description><language>en-us</language><item><title>DDL</title><link>http://clipmarks.com/clipmark/BBB5172C-8904-4B91-856D-9232D55AEF9C/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/aveeshkumar/"&gt;aveeshkumar&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://support.microsoft.com/kb/180841" title="http://support.microsoft.com/kb/180841"&gt;support.microsoft.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;PRE class="code"&gt;   CREATE TABLE TestAllTypes
   (

      MyText       TEXT(50),
      MyMemo       MEMO,
      MyByte       BYTE,
      MyInteger    INTEGER,
      MyLong       LONG,
      MyAutoNumber COUNTER,
      MySingle     SINGLE,
      MyDouble     DOUBLE,
      MyCurrency   CURRENCY,
      MyReplicaID  GUID,
      MyDateTime   DATETIME,
      MyYesNo      YESNO,
      MyOleObject  LONGBINARY,
      MyBinary     BINARY(50)
    )
				&lt;/PRE&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;PRE class="code"&gt;   CREATE TABLE TestPrimaryKey
   (
      MyID LONG CONSTRAINT PK_MyID PRIMARY KEY,
      FirstName TEXT(20),
      LastName  TEXT(20)
   )
				&lt;/PRE&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/access/" rel="tag"&gt;access&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/ddl/" rel="tag"&gt;ddl&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/alter+table/" rel="tag"&gt;alter table&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://support.microsoft.com/kb/180841</clipSource><pubDate>Tue, 28 Nov 2006 16:39:21 GMT</pubDate></item></channel></rss>