Google News
logo
MongoDB - Interview Questions
What are NoSQL databases? What are the different types of NoSQL databases?
A NoSQL database provides a mechanism for storage and retrieval of data that is modeled in means other than the tabular relations used in relational databases (like SQL, Oracle, etc.).
 
Types of NoSQL databases :
 
* Graph
* Document Oriented
* Key Value
* Column Oriented
Advertisement