

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statement will insert 400 documents in to the testData collection? |
A. | insertData("test", "testData", 200) |
B. | insertData("test", "testData", 400) |
C. | insertData("test", "testData", 600) |
D. | all of the mentioned |
Answer» C. insertData("test", "testData", 600) | |