summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SI/Resource/Data Science/SQL/MySQL.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/SI/Resource/Data Science/SQL/MySQL.md b/SI/Resource/Data Science/SQL/MySQL.md
index 2f7267c..59a56a1 100644
--- a/SI/Resource/Data Science/SQL/MySQL.md
+++ b/SI/Resource/Data Science/SQL/MySQL.md
@@ -20,7 +20,6 @@ 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
```