Skip to content

Commit aa9d32a

Browse files
committed
Update README.md
1 parent f268935 commit aa9d32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ A list of data types used in MySQL database. This is based on MySQL 8.0.
417417
<b><a href="#table-of-contents">↥ back to top</a></b>
418418
</div>
419419
420-
## Q. What is the difference between blob and text data type in MySQL?
420+
## Q. What are the differences between the BLOB and TEXT datatypes in MySQL?
421421
422422
BLOB stands for Binary Large Objects and as its name suggests, it can be used for storing binary data while TEXT is used for storing large number of strings. BLOB can be used to store **binary data** that means we can store pictures, videos, sounds and programs also.
423423

0 commit comments

Comments
 (0)