

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) Non Relational databases require that schemas be defined before you can add data(b) NoSQL databases are built to allow the insertion of data without a predefined schema(c) NewSQL databases are built to allow the insertion of data without a predefined schema(d) All of the mentioned |
Answer» Correct answer is (a) Non Relational databases require that schemas be defined before you can add data Explanation: There’s also no way, using a relational database, to effectively address data that’s completely unstructured or unknown in advance. |
|