December 2022
Intermediate to advanced
666 pages
15h 36m
English
We have just spent a few chapters talking about relational databases – those databases that have a table-based data structure and require a strict, predefined schema. NoSQL databases, called that because of how querying the data does not require the use of SQL, offer a different approach as to how they manage data. Where relational databases specialize in supporting structured data, NoSQL databases specialize in supporting semi-structured, and even unstructured, data instead. ...