A.db.collectionName.createIndex(keys,options)B.db.collectionName.create(keys,options)C.db.collectionName.index(keys,options)D.db.collectionName.addIndex(keys,options)
A.db.collectionName.indexes()B.db.collectionName.index()C.db.collectionName.getIndexes()D.db.collectionName.getIndex()
A.啟動(dòng)客戶端用mongo命令B.MongoDB是關(guān)系型數(shù)據(jù)庫C.MongoDB支持海量數(shù)據(jù)存儲(chǔ)D.MongoDB中每個(gè)文檔都有_id字段E.MongoDB通常用于web場(chǎng)景