In MongoDB, which command is used to find documents within a collection?

  • SEARCH
  • SELECT
  • FIND
  • LOCATE
In MongoDB, the FIND command is used to query documents within a collection. It allows you to specify criteria to filter the documents you want to retrieve. MongoDB uses a flexible and powerful query language to find data in collections, making it well-suited for NoSQL document-based data storage.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *