1 Answer

0 votes
by
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:

1 Document Oriented

2 Key Value

3 Graph

4 Column Oriented
...