<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>SQL - DDL by Anas Ahmed</title>
      <link>https://padlet.com/athsmaster/2y0nf6yf2lu7</link>
      <description>learn SQL with me</description>
      <language>en-us</language>
      <pubDate>2019-04-23 09:03:48 UTC</pubDate>
      <lastBuildDate>2019-04-24 11:03:49 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Nawaf, Abdalla Ahmed, Humaid AlNaqbi</title>
         <author>athsmaster</author>
         <link>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353300398</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-23 10:30:29 UTC</pubDate>
         <guid>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353300398</guid>
      </item>
      <item>
         <title>Ibrahim, Ahmed Khalifa, Mohammed Matar</title>
         <author>athsmaster</author>
         <link>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353300571</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-23 10:31:29 UTC</pubDate>
         <guid>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353300571</guid>
      </item>
      <item>
         <title>Rashid Faisal, Mohammed Ali, Humaid Aljaberi, Abdullah Abderahman</title>
         <author>athsmaster</author>
         <link>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353300638</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-23 10:31:51 UTC</pubDate>
         <guid>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353300638</guid>
      </item>
      <item>
         <title>Saud, Mohammed Salem, Hamad Ali, Rashid Sultan</title>
         <author>athsmaster</author>
         <link>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353300716</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-04-23 10:32:23 UTC</pubDate>
         <guid>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353300716</guid>
      </item>
      <item>
         <title>Task 1</title>
         <author></author>
         <link>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353303946</link>
         <description><![CDATA[<div>CREATE TABLE school (<br><br>     Name       CHAR(15)     CHECK(FirstName<br><br>     ID             INTEGER      DEFAULT'000000'<br><br>  Room       SMALLINT      NOT NULL UNIQE</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-23 10:54:26 UTC</pubDate>
         <guid>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353303946</guid>
      </item>
      <item>
         <title>Task 1 </title>
         <author></author>
         <link>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353303984</link>
         <description><![CDATA[<div>CREATE TABLE School (<br>Name             VARCHAR(15)          NOTNULL,<br>ID                    INTEGER                NOTNULL       UNIQUE<br>Mark               CHAR(3                  DEFULT’90’.    NOTNULL,</div><div>                                                      CHECK(Mark IN (90’,85’,88’)),</div><div>PRIMARY KEY(ID));</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-23 10:54:37 UTC</pubDate>
         <guid>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353303984</guid>
      </item>
      <item>
         <title>Task 1</title>
         <author></author>
         <link>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353304116</link>
         <description><![CDATA[<div>CREATE TABLE School (<br>Student_Name     VARCHAR(10)  NOTNULL <br><br>Student_Id               char(5)                  NOT NULL              UNIQUE<br><br>Student_Class    INTEGER(4.1)    NOT NULL        DEFAULT 0.00<br>PRIMARY KEY (Student_Id));<br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-23 10:55:29 UTC</pubDate>
         <guid>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353304116</guid>
      </item>
      <item>
         <title>Task1</title>
         <author>663342265</author>
         <link>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353304909</link>
         <description><![CDATA[<div>CREATE TABLE School ( <br>V_ID     INTEGER NOT NULL UNIQUE <br>V_Name   VARCHAR(12).  NOT NULL<br>V_Class    CHAR(3)    DEFAULT’699’       NOT NULL<br>CHECK(V_Class(‘699’ ,’700’,’989’)),<br>CDS<br>PRIMARY KEY (V_ID));</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-04-23 11:00:12 UTC</pubDate>
         <guid>https://padlet.com/athsmaster/2y0nf6yf2lu7/wish/353304909</guid>
      </item>
   </channel>
</rss>
