SQL和MongoDB术语对比

SQL MongoDB
表(Table) 集合(Collection)
行(Row) 文档(Document)
列(Col) 字段(Field)
主键(Primary Key) 对象ID(ObjectId)
索引(Index) 索引(Index)
嵌套表(Embeded Table) 嵌入式文档(Embeded Document)
数组(Array)   数组(Array)
posted @ 2021-07-09 14:51  算盘  阅读(46)  评论(0编辑  收藏  举报