MCQ Single Best Answer Easy

QWhich approach should be used to search up the items for a variety of keys?

ID: #5052 Client side Databases MCQ 112 views
Question Info
#5052Q ID
EasyDifficulty
Client side Databases MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A lookRange()
  • B openCursor()
  • C lookall()
  • D look()
Correct Answer: Option B

Explanation

To search for objects within a range of key values, you can use the openCursor() method of an object store along with an IDBRange object.
This allows you to retrieve all objects within a specified range of key values.

Share This Question

Challenge a friend or share with your study group.