NoSQL Chapter Flashcards
Name the four broad classification types of data?
structured data, unstructured data, dynamic data, static data
Name the data classification type:
____________ data has a predefined model, which organizes data into a form that is relatively easy to store, process, retrieve and manage.
e.g. relational data.
Structured
Name the data classification type:
__________ data is the ooposite of structured data.
unstructured
Name the data classification type:
Flat binary files containing text, video or audio are examples of _________ data.
unstructured.
T/F: data is not completely devoid of a structure.
True, (e.g., an
audio file may still have an encoding structure and some
metadata associated with it)
Name the data classification type:
____________ Data is data that changes relatively frequently.
Dynamic
__________ data is the opposite of dynamic data.
▪ E.g., Medical imaging data from MRI or CT scans.
Static
Name the data classification type:
Office documents and transactional entries in a financial database are examples of __________ Data.
dynamic
File systems or NoSQL databases can be used for _______, ___________ data
static, unstructured
T/F: Relational databases are usually used for structured data.
True
A ___________ provides a mechanism for storage and retrieval of data that is modeled by means other than the tabular relations used in relational databases.
NoSQL database
NoSQL databases mainly follow the _______ properties (out of scope).
BASE
Amazon’s Dynamo and Google’s Bigtable are examples of ____________.
NoSQL Databases
T/F: No strict schema requirements are one of the main characteristics of NoSQL databases.
True
T/F: No strict adherence to BASE properties (out of scope) is one of the characteristics of NoSQL databases.
False, ACID not BASE properties.