Home »
MCQs »
TinyDB MCQs
All documents that match a specific criterion are updated, using which of the following method?
26. All documents that match a specific criterion are updated, using which of the following method?
- Update_all()
- Update()
Answer: A) Update_all()
Explanation:
All documents that match a specific criterion are updated, using the update_all() method.