MongoDB Documents
From mi-linux
Jump to navigationJump to searchMain 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.