Skip to content

Instantly share code, notes, and snippets.

@nanotroy
Created May 23, 2019 16:29
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 nanotroy/f9a7e41b5cdb4bfa1bd9144c45089354 to your computer and use it in GitHub Desktop.
Save nanotroy/f9a7e41b5cdb4bfa1bd9144c45089354 to your computer and use it in GitHub Desktop.
CREATE TABLE employees (
first_name varchar(25),
last_name varchar(25),
department varchar(15),
email varchar(50)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment