Related Question 5
Which of the following is NOT a NoSQL database type?
-
A.
Document store
-
B.
Graph database
-
C.
Relational table
-
D.
Key-value store
Correct Answer: C
Explanation:
NoSQL includes document, graph, and key-value stores; a relational table is an SQL table.