MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following function is valid for creation of new data inside MongoDB Shell? |
| A. | function insertData(dbName, colName, num) |
| B. | function insertData(dbName, colName, num) |
| C. | insertData(dbName, colName, num) |
| D. | None of the mentioned |
| Answer» B. function insertData(dbName, colName, num) | |