Skip to content

Instantly share code, notes, and snippets.

@yzhang1991
Created October 6, 2017 19:55
Show Gist options
  • Save yzhang1991/d5c6746e92e30ac58400b18dd2bafb03 to your computer and use it in GitHub Desktop.
Save yzhang1991/d5c6746e92e30ac58400b18dd2bafb03 to your computer and use it in GitHub Desktop.
Iris.sql
CREATE TABLE iris (
sepal_length FLOAT NOT NULL,
sepal_width FLOAT NOT NULL,
petal_length FLOAT NOT NULL,
petal_width FLOAT NOT NULL,
class VARCHAR(20) NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment