Skip to content

Instantly share code, notes, and snippets.

@tricker
Created November 22, 2016 01:22
Show Gist options
  • Select an option

  • Save tricker/f572162cf3b1753ecc2dc976f95526f4 to your computer and use it in GitHub Desktop.

Select an option

Save tricker/f572162cf3b1753ecc2dc976f95526f4 to your computer and use it in GitHub Desktop.

Revisions

  1. tricker created this gist Nov 22, 2016.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    CREATE TABLE city
    (name varchar (35),
    country varchar (35),
    pop real,
    capital boolean,
    shape char(15),
    primary key (name))
    ;