Discussion :: Javascript - CS
- Which of the following are objective database and not a relational database?
Answer : Option C
Explanation :
IndexedDB is an object database, not a relational database, and it is much simpler than databases that support SQL queries. It is more powerful, efficient, and robust than the key/value storage provided by the Web Storage API, however.
Be The First To Comment