

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) Documents can contain many different key-value pairs, or key-array pairs, or even nested documents(b) MongoDB has official drivers for a variety of popular programming languages and development environments(c) When compared to relational databases, NoSQL databases are more scalable and provide superior performance(d) All of the mentioned |
Answer» Correct choice is (d) All of the mentioned To explain: There are also a large number of unofficial or community-supported drivers for other programming languages and frameworks. |
|