Home »
MCQs »
TinyDB MCQs
Using which of the following method the first document that matches a specific criterion is updated?
25. Using which of the following method the first document that matches a specific criterion is updated?
- Update_all()
- Update()
Answer: B) Update()
Explanation:
The first document that matches a specific criterion is updated using the update() method.