difference between NoSQL and RDBMS Flashcards

1
Q

Doesn’t require a
Schema

A

NoSQL

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

Requires a Schema

A

RDBMS

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

Uses Denormalized data
structure

A

NoSQL

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

Uses Normalized data
structure

A

RDBMS

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

Scales horizontally

A

NoSQL

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

Scales vertically

A

RDBMS

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

May handle key-value,
document, columnar,
and graph data
structures

A

NoSQL

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

Data is stored in tables
(rows and columns)

A

RDBMS

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

Compliance to ACID
(Atomicity,
Consistency, Isolation,
Durability) is not
supported

A

NoSQL

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

Compliance to ACID is
required

A

RDBMS

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

Uses non-standardized
querying languages

A

NoSQL

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

Employs SQL
(Structured Query
Language)

A

RDBMS

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

RDBMS is?

A

Relational

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

NoSQL is?

A

Non-Relational

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

ACID stands for?

A

Atomicity,
Consistency, Isolation,
Durability

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