Skip to content

Collections

  • To show collections
show collections;
  • To create collection
db.createCollection("<collection-name>);
  • To delete collection
db.<collection_name>.drop();