MongoDB Documents

From mi-linux
Revision as of 18:12, 18 October 2016 by Cm1958 (talk | contribs)
Jump to navigationJump to search

Main Page >> MongoDB >>MongoDB Workbook >> MongoDB Documents

Create a Collection

If a collection does not exist, MongoDB creates the collection when you first store data for that collection.

The following example will create a collection representing the DEPT/EMP tables seen in the Oracle Sample Data.