Skip to content

Instantly share code, notes, and snippets.

@joewashington75
Created May 26, 2020 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joewashington75/0c0fd6465bf3cce6fcd2c18e63157fdc to your computer and use it in GitHub Desktop.
Save joewashington75/0c0fd6465bf3cce6fcd2c18e63157fdc to your computer and use it in GitHub Desktop.
CREATE TABLE Customers
(
Id INT IDENTITY(1, 1) PRIMARY KEY,
FirstName varchar(50),
LastName varchar(50)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment