MongoDB - List all collection from selected DB

There are two ways to do so, so far :

1 ) using  reference variable 'db'
     db.getCollectionNames()

2) using show command
    show collections

No comments :

Post a Comment

Your Comment and Question will help to make this blog better...