Skip to content

Instantly share code, notes, and snippets.

@alfintechcomputer
Last active November 1, 2020 18:08
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 alfintechcomputer/dcd69b5d4b5d1c4e58228cadec5933bb to your computer and use it in GitHub Desktop.
Save alfintechcomputer/dcd69b5d4b5d1c4e58228cadec5933bb to your computer and use it in GitHub Desktop.
MySQL Introduction
+------------------------------------------------------------------+
| MySQL Data Types |
+------------------------------------------------------------------+
| Strings | VARCHAR, CHAR, TEXT |
| Date/time | DATE, TIME, YEAR, TIMESTAMP, DATETIME |
| Numbers | DECIMAL, INT |
| Lists | ENUM, SET |
+------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment