πŸ“Š Machine Learning
Q. What is the alternate way to search in an IndexedDB API?
  • (A) Key
  • (B) Address
  • (C) Indexes
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) Indexes

Explanation: In addition to retrieving objects from an object store by their primary key value, you may want to be able to search based on the value of other properties in the object. In order to be able to do this, you can define any number of indexes on the object store.

Explanation by: Mr. Dubey
In addition to retrieving objects from an object store by their primary key value, you may want to be able to search based on the value of other properties in the object. In order to be able to do this, you can define any number of indexes on the object store.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
162
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate