Day 3: MongoDB - Data Modelling and more queries
When we operate MongoDB, its primary function is to store the data. The data is in the form of JSON documents. Where there is data, there is a need to define the structure of data and thus store it according to the defined structure. This is because ...
saketsk.hashnode.dev5 min read