Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following are objective database and not a relational database?

  2. A.

     Web SQL Database

    B.

     FileSystem API

    C.

     IndexedDB

    D.

     All of the mentioned

    View Answer

    Workspace

    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