Week 5 - What is NoSQL? Flashcards

1
Q

Does NoSQL have a declarative Language?

A

Not really (effort is going to that the last few years)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Does NoSQL have ACID

A

Nope (the entire point of NoSQL)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Does NoSQL have a rigid is the imposed schema

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why doesn’t NoSQL use referential integrity

A

The referential integrity check is actually a lot of overhead.

Primary key and foreign key check

And referential integrity refers to primary key and foreign key. Primary key and foreign key check within the database system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

4 items to classify NoSQL

A

1) Key-value
2) Document Based
3) Column Based (family) RowId, Could_id
4) Graph-Based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

4 items: Describe Column Based NoSQL System

family

A

1) Row_Id
2) Column_id
3) Timestamp
4) Value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe Key-value

A

Key Value Pairs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe Document Based

A

Store data as document collections (can be a json document)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe Graph-Based

A

Store data as graph (like social graph)

Nodes, edges… etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly