Home »
MCQs »
TinyDB MCQs
When you wish to change numerous documents at the same time, which of the following function is used?
32. When you wish to change numerous documents at the same time, which of the following function is used?
- Change()
- Update_all
- Update_one()
- Update()
Answer: B) Update_all
Explanation:
When you wish to change numerous documents at the same time, the update_all() function is used.