May 2020
Beginner
564 pages
14h 9m
English
We will briefly cover some other data types in MySQL. These will be high-level explanations since we won't be using these types throughout the book, but this will show you that other types do exist and may be in use in databases you are using:
{"Author":"Josephine Bush", "book": "Learn SQL Programming"}
MySQL provides automatic validation of a JSON document and the optimal storage format. Storing JSON in a field with a type of JSON ensures you have well-formed JSON data. This is opposed to storing it in a character field, which offers ...
Read now
Unlock full access