Computer Science, asked by pallavigupta013, 9 months ago

Nosql provides a way to store and process which of these data types?

Answers

Answered by Anonymous
79

Answer:

Key Value Pair Based. Data is stored in key/value pairs. Column-based. Column-oriented databases work on columns and are based on BigTable paper by Google. Document-Oriented: Document-Oriented NoSQL DB stores and retrieves data as a key value pair but the value part is stored as a document. Graph-Based.

Similar questions