February 2023
Intermediate to advanced
588 pages
9h 13m
English
When you work with JSON documents, you must decide if and how you will store JSON in the database. The first decision, if, needs to be made early on. Do you need the JSON document in its original format? You can make the case to do this when you are not storing all the data in relational tables, and the JSON document might contain data that could prove valuable later.
When storing all JSON data in a relational format, ...