Question:
What is the difference between relational and non-relational databases?
Author: Grace MinnisAnswer:
Relational databases consist of tables that can relate to other tables. Non-relational are more flexible - columns can vary without affecting the rows. NR databases store their info in key:value pairs. Like relational, but in JSON (and that JSON can be nested).
0 / 5 Â (0 ratings)
1 answer(s) in total