Do MongoDB databases have tables?

Do MongoDB databases have tables?

No. A MongoDB database stores its data in collections, instead of tables. A collection holds one or more documents, which corresponds to a record/row in a relational database table.
Each document has one or more fields, which corresponds to a column in a relational database table.

This topic is now closed. New replies are no longer allowed.

This topic is now unlisted. It will no longer be displayed in any topic lists. The only way to access this topic is via direct link.

This topic is now opened. New replies are allowed.

This topic is now listed. It will be displayed in topic lists.