SQL Data Types
An SQL developer must be aware of what type of data will be stored inside each column while creating a table.
The data type guideline for SQL is to understand what type of data is expected inside each
column and it also identifies how SQL will interact with the stored data.
In MySQL there are three main data types: String,Numeric, andDate and Time.