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

过下图实例,我们也可以更直观的了解Mongo中的一些概念:

Mongodb数据库的相关术语介绍

相关文章:

  • 2021-08-28
  • 2021-12-06
  • 2021-04-28
  • 2021-12-22
  • 2021-10-22
  • 2021-09-28
猜你喜欢
  • 2021-03-31
  • 2021-12-24
  • 2021-08-16
  • 2022-01-12
  • 2021-12-11
  • 2021-06-30
  • 2021-10-14
相关资源
相似解决方案