January 2018
Intermediate to advanced
446 pages
12h 57m
English
While defining columns in a table, you should mention the name of the column, datatype (integer, floating point, string, and so on), and default value (if any). MySQL supports various datatypes. Refer to the MySQL documentation for more details (https://dev.mysql.com/doc/refman/8.0/en/data-types.html). Here is an overview of all datatypes. The JSON datatype is a new extension, which will be discussed in Chapter 3, Using MySQL (Advanced):