Vidyalelo
JavaScript · Q174

Document Object Model And Event Handling

Programming · JavaScript · question 174

Q174

In the IndexedDB database, database is defined as

A.
A collection of objects
B.
A collection of named object stores
Answer
C.
Objects collection
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
In the IndexedDB API, a database is simply a collection of named object stores.