Skip to content

Instantly share code, notes, and snippets.

@CalebCurry
Created August 23, 2017 17:05
Show Gist options
  • Save CalebCurry/ecd26d6325cdd6592f9abfa3d47f41a4 to your computer and use it in GitHub Desktop.
Save CalebCurry/ecd26d6325cdd6592f9abfa3d47f41a4 to your computer and use it in GitHub Desktop.
test.sql
CREATE TABLE Species(
ID INT PRIMARY KEY IDENTITY,
Species VARCHAR(50) NOT NULL UNIQUE,
FriendlyName VARCHAR(50) NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment