Posted On: Feb 22, 2018
If you have to store the short piece of data like password hashes then it is advised to store it in VARCHAR.
If you need to store arbitrary chunks of binary data then BLOB is the desired product to store the data.
Never Miss an Articles from us.
MySql is a multi-threading, multi-user open source SQL database management system . It is typically used for web applica..
MySql is written in C and C++ programming and SQL parser written in yacc...