Is nosql database types?
Answer Posted / Alok Bipin Toppo
MongoDB is a NoSQL (Not only SQL) database. It uses JSON-like documents with optional schemas and does not require table definitions.
Post New Answer View All Answers
what is the command syntax for inserting a document?
6
How to define array in mongoose schema?
2
How did mongodb get its name?