SQL和MongoDB术语对比

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