3 Components of a data model
How is a data model characterized ?
Example of structued data
Example of semi-structured data
Example of unstructured data
02023#02023#02023#02023#02023#02023#02023
NoSQL stands for
4 types of NoSQL database models
4 Advanatages of Key / Value database
3 Key Value suitable use cases
3 Key Value unsuitable use cases
3 Document-oriented database suitable use cases
3 Docuement-oriented database unsuitable use cases
Wide column stores 3 use cases
2 Wide column stores unsuitable use cases
Graph database consists of what 2 elements
3 Graph database suitable use cases
Dont use graph databases for what use case
Operations on sets of data
JSON is built on what 2 structures
What is a JSON object
an unordered set of name/value pairs
What is an JSON array
an ordered collection of values
Describe MongoDB Model
Describe Relation DB Model
Describe RDB vs MongoDB in terms of schema
Relation DB has a well deifne schema for the data it stores
MongoDb is schemaless
Describe RDB vs MongoDB in terms of data rejection