summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-26 01:34:04 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-26 01:34:04 +0900
commitaafd0784b7c378b07c3155977f6af8565ece5b59 (patch)
tree1f0183809907294da25aa29d00027ecf8863f81f
parent06a383c4e78d6b4acf777ad6e951f2dec8a376bf (diff)
modified MySQL.md
-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
```