Home »
MCQs »
TinyDB MCQs
Which of the following method finds at least one value in the database?
17. Which of the following method finds at least one value in the database?
- One()
- Any()
- Some()
Answer: B) Any()
Explanation:
any() method finds at least one value in the database.