mongodb/mongodb-show-collections

List Collections

Show collections in the current database

mongodb
collections
list

Command

show collections

Explanation

Lists all collections within the currently selected database. Useful for understanding database structure.

Examples

List all collections in current database

show collections