当前位置:Gxlcms > 数据库问题 > mangoDB

mangoDB

时间:2021-07-01 10:21:17 帮助过:20人阅读

nosql型数据库

在MongoDB中的基本概念是数据库、集合、文档、

与sql对比

SQL术语/概念MongoDB术语/概念解释/说明
database database 数据库
table collection 数据库表/集合
row document 数据记录行/文档
column field 数据字段/域
index index 索引
table joins   表连接,MongoDB不支持
primary key primary key 主键,MongoDB自动将_id字段设置为主键

mangoDB

标签:primary   join   nosql   tab   解释   index   col   ble   文档   

人气教程排行