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.
Loading...
Related Quiz
- In NLP tasks, transfer learning has gained popularity with models like _______ that provide pre-trained weights beneficial for multiple downstream tasks.
- Which statistical measure represents the middle value in a dataset when it's ordered from least to greatest?
- In time-series data, creating lag features involves using previous time steps as new _______.
- In deep learning models, which regularization technique penalizes the squared magnitude of the coefficients?
- Which Big Data tool is more suitable for real-time data processing?