summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SI/Resource/Data Science/SQL/MySQL.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/SI/Resource/Data Science/SQL/MySQL.md b/SI/Resource/Data Science/SQL/MySQL.md
index 59a56a1..2f7267c 100644
--- a/SI/Resource/Data Science/SQL/MySQL.md
+++ b/SI/Resource/Data Science/SQL/MySQL.md
@@ -20,6 +20,7 @@ INT
DECIMAL(3,2) -- gpa 3.70 -> 3 digits and 2 decimal
VARCHAR(10)
BLOB -- Binary Large Object, stores large data, e.g., images
+
DATE -- YYYY-MM-DD
TIMESTAMP -- YYYY-MM-DD HH:MM:SS
```