 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | The basic syntax of insert() command is? | 
| A. | db.insertCOLLECTION_NAME(document) | 
| B. | db.COLLECTION_NAME.insert(document) | 
| C. | COLLECTION_NAME.insert(document) | 
| D. | db.COLLECTION_NAME.create(document) | 
| Answer» C. COLLECTION_NAME.insert(document) | |