Signing you in…

Document-Oriented Databases (MongoDB)

MongoDB: a world without tables

In relational DBMSs, rows must fit into a fixed column scheme. If one user has three phones and another has none, separate tables and JOINs are needed. In MongoDB, data is stored as BSON (Binary JSON) documents: related fields can be nested in a single object - moving a profile from a “tabular” model to a flexible document reduces the number of connections and simplifies schema evolution.

Content is available with subscription.
Get full access to all courses on the platform for one year with a single payment.
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.