Answer Posted / Prakasha M
To show a collection in MongoDB, you need to connect to your MongoDB instance and use the `db.<collection_name>.find()` method. This will return all documents in the specified collection. If you want to see only a few documents, you can use methods like `limit(n)` or `skip(n)`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers