Created
May 23, 2019 16:29
-
-
Save nanotroy/f9a7e41b5cdb4bfa1bd9144c45089354 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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