An ____ is a type of object store that is used to seek up entries in another object store known as the referenced object store.

🎲 Try a Random Question  |  Total Questions in Quiz: 23  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
JavaScript IndexedDB — practice the complete quiz, review flashcards, or try a random question.

The Indexed Database API is a JavaScript application programming interface provided by web browsers for managing a NoSQL database of JSON objects. It is a standard maintained by the World Wide Web Consortium. As an alternative to the Web storage standard, IndexedDB can provide more storage capacity. (Source: Wikipedia)


An ____ is a type of object store that is used to seek up entries in another object store known as the referenced object store.