Connection to a NoSQL database like MongoDB in Node.js usually returns a ______ object.

  • MongoClient
  • Promise
  • HttpServer
  • Buffer
When connecting to a NoSQL database like MongoDB in Node.js, you typically get a MongoClient object. This object represents the database connection and allows you to perform various database operations. The other options are not related to MongoDB connections.
Add your answer
Loading...

Leave a comment

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