Pregunta:
What is the difference between relational and non-relational databases?
Autor: Grace MinnisRespuesta:
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 calificaciones)
1 answer(s) in total