Skip to content

Instantly share code, notes, and snippets.

@purplecandy
Created December 17, 2018 05:09
Show Gist options
  • Save purplecandy/fe2ff1f146f9c3c11e8aba262590be21 to your computer and use it in GitHub Desktop.
Save purplecandy/fe2ff1f146f9c3c11e8aba262590be21 to your computer and use it in GitHub Desktop.
Learn SQL Create
CREATE TABLE students(
id INTEGER,
name TEXT,
age INTEGER
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment