Created
April 8, 2018 13:57
-
-
Save nwillc/0e66abd0ea5a3f633f55b344c9591fa2 to your computer and use it in GitHub Desktop.
A table with a generated key
This file contains hidden or 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 WORDS(ID BIGINT AUTO_INCREMENT, WORD CHAR(20)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment