In which database would you use the term "Collection" instead of "Table"?

  • MySQL
  • PostgreSQL
  • MongoDB
  • Oracle
MongoDB uses the term "Collection" to refer to the equivalent of a table in a relational database. Collections in MongoDB store documents, and they can have different structures, making it suitable for storing and querying semi-structured or unstructured data.
Add your answer
Loading...

Leave a comment

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