MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
In MongoDB default database is ________...
1.
In MongoDB default database is ________.
A.
local
B.
mydb
C.
test
D.
temp
Answer» D. temp
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
If you created database (mydb) is not present in list. To display database, you need to insert at least one document into it.
What will be mongodb output when we use "use mydb" command?
How many database present after mondb installation?
Does we need to use "use database_name" before dropping database?
If you have not selected any database, then it will delete _________ database.
MongoDB ___________ command is used to drop a existing database.
If you didn't create any database, then collections will be stored in _______ database.
In MongoDB default database is ________.
use database_name command will create a new database if it doesn't exist, otherwise it will return the existing database.
MongoDB ______ is used to create database.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply