📜  关系数据库和非关系数据库的区别 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:04.859000             🧑  作者: Mango

代码示例1
Relational Database =
-Tables are structured related to each other
-Each specific type of domain data is strored
 it's own table

Non-Relational Database =
-There is no relation at all between tables
-Mostly key+value pair : like jSon