如何使用MongoDB shell删除客户集合及其索引?( )
db.customers.remove({}).indexes();
db.customers.remove({});
db.customers.drop();
db.customers.delete();
如何使用MongoDB shell删除客户集合及其索引?( )
db.customers.remove({}).indexes();
db.customers.remove({});
db.customers.drop();
db.customers.delete();