mongodb中基本語法

在mongodb中基本的概念是文檔、集合、數據庫,下面介紹。 SQL術語/概念 MongoDB術語/概念 解釋/說明 database database 數據庫 table collection 數據庫表/集合 row document 數據記錄行/文檔 column field 數據字段/域 index index 索引 table joins   表連接,MongoDB不支持 primary
相關文章
相關標籤/搜索