show collections command provide us to see all collections or tables in selected mongoDB database (testDB). testDB collection contains only one collection like: user.
Following commands type on mongo console:
show collections
Output:
> show collections
system.indexes
user