Skip to content

Instantly share code, notes, and snippets.

@anitaokoh
Created July 2, 2019 14:57
Show Gist options
  • Save anitaokoh/7c859ecb8c27f47f5a69d74af9aa3e23 to your computer and use it in GitHub Desktop.
Save anitaokoh/7c859ecb8c27f47f5a69d74af9aa3e23 to your computer and use it in GitHub Desktop.
CREATE TABLE marvels (ID INTEGER PRIMARY KEY,
name TEXT,
popularity INTEGER,
alignment TEXT,
gender TEXT,
height_m NUMERIC,
weight_kg NUMERIC,
hometown TEXT,
intelligence INTEGER,
strength INTEGER,
speed INTEGER,
durability INTEGER,
energy_Projection INTEGER,
fighting_Skills INTEGER);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment