Go教程

SQL和MongoDB术语对比

本文主要是介绍SQL和MongoDB术语对比,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
SQL MongoDB
表(Table) 集合(Collection)
行(Row) 文档(Document)
列(Col) 字段(Field)
主键(Primary Key) 对象ID(ObjectId)
索引(Index) 索引(Index)
嵌套表(Embeded Table) 嵌入式文档(Embeded Document)
数组(Array)   数组(Array)
这篇关于SQL和MongoDB术语对比的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!