Data types in MySQL
In this article, we are going to take a look at the different data types in MySQL databases.
First of all let's take a look at our goals while designing schema. We want our schema to be -
Small - e.g. don't use a BIGINT when a TINYINT would do.
Sim...
shreyanshgupta.hashnode.dev8 min read