<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://thomasguillard.fr/wiki/index.php?action=history&amp;feed=atom&amp;title=SQL_-_Create_table</id>
	<title>SQL - Create table - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://thomasguillard.fr/wiki/index.php?action=history&amp;feed=atom&amp;title=SQL_-_Create_table"/>
	<link rel="alternate" type="text/html" href="http://thomasguillard.fr/wiki/index.php?title=SQL_-_Create_table&amp;action=history"/>
	<updated>2026-05-06T11:57:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://thomasguillard.fr/wiki/index.php?title=SQL_-_Create_table&amp;diff=213&amp;oldid=prev</id>
		<title>Guillard: Created page with &quot;&lt;syntaxhighlight lang=&quot;sql&quot;&gt;  create table THOMAS (    CODE varchar2(20),    INFORMATION varchar2(500) );  &lt;/syntaxhighlight&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="http://thomasguillard.fr/wiki/index.php?title=SQL_-_Create_table&amp;diff=213&amp;oldid=prev"/>
		<updated>2018-05-18T08:05:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;  create table THOMAS (    CODE varchar2(20),    INFORMATION varchar2(500) );  &amp;lt;/syntaxhighlight&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
create table THOMAS (&lt;br /&gt;
   CODE varchar2(20),&lt;br /&gt;
   INFORMATION varchar2(500)&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Guillard</name></author>
	</entry>
</feed>