Home »
MCQs »
SQL MCQs »
SQL Basics (Set 1) MCQs
Which statement is true about the No-SQL?
16. Which statement is true about the No-SQL?
- No-SQL follows ACID Model.
- No-SQL does require object-relational mapping.
- Dynamic schemas for unstructured data are used in No-SQL databases.
- No-SQL databases are not preferable for storage of hierarchal data.
Answer: C) Dynamic schemas for unstructured data are used in No-SQL databases
Explanation:
Dynamic schemas for unstructured data are used in No-SQL databases. No-SQL follows BASE Model. No-SQL does not require object-relational mapping. No-SQL databases are preferable for the storage of hierarchal data.