In the IndexedDB database, database is defined as
A
A collection of objects
B
A collection of named object stores
C
Objects collection
D
None of the mentioned
Correct Answer: A collection of named object stores
In the IndexedDB API, a database is simply a collection of named object stores.