A.db.collectionName.indexes()B.db.collectionName.index()C.db.collectionName.getIndexes()D.db.collectionName.getIndex()
A.啟動客戶端用mongo命令B.MongoDB是關系型數據庫C.MongoDB支持海量數據存儲D.MongoDB中每個文檔都有_id字段E.MongoDB通常用于web場景
A.insertB.putC.getD.saveE.update